-
Parsing dates
Hello, The automatic parsing of dates bu DATAIKU, when uploading an excel file is incredibly bad, wrong and UNCORRECT. How to stop this automatic parsing and get JUST the data in a STRING value without using the recipes, which by the way do not work either on this item ? Regards Operating system used: Windows
-
How to use - Reporters Send to Dataset option
Hi, I am new to Scenario's Reporters and would like to know if there is any tutorial/documentation on how to use the "Send to Dataset" option. More specific questions will be 1. What kind of Dataset can I use? 2. How to setup a Dataset? Thanks
-
How to remove numbers after the decimal point?
I have an output like 1567.88 and I just want 1567 I tried using the round after round its giving 1568. Any solution on this?
-
Trapping Email using Python API on list_user_activity.
Have the following python code to trap specifics of the our user community user profiles and to identify their access activity (last_login_time). Also will require the email, which is just indicating a keyerror. What is the email address in list_user_activity since it appears to be different than in list_user? If possible,…
-
Issues with Netfilter
Hello everyone, I am facing some issues with Netfilter and I was hoping someone could help me out. I am currently using QRadar and I have noticed that there is a use-after-free write flaw in the Netfilter subsystem. I am not sure how to fix this issue and I was hoping someone could guide me through the process.…
-
Use the R API Outside Dataiku DSS
Hi Dataiku community! I am trying to complete the <Dataiku DSS for R Users - Course> and I need to install the dataiku package in RStudio as follows: install.packages("http(s)://DSS_HOST:DSS_PORT/public/packages/dataiku_current.tar.gz", repos=NULL) However I got an error in download the file (please check the screenshot…
-
Model deploy
For deploying a model from DSS, is it currently mandatory to go via the Lab feature? As in, do we have to train a model from inside the Lab?
-
Job failed: Error in python process: At line 16: Python process is running remotely
Dear Experts, currently using Dataiku online. I am trying to read the cleaned dataset , train it and get the model stored in the folder I am new in using Dataiku api, would like to take help here . Then use it in dataiku to test and create api. #…
-
Diffusion modeling starting with time series data
Hi all, Is there anyone out there that is doing diffusion modeling (uptake, innovation) modeling in Dataiku starting with time series data of similar products. Use case I working with perishable products that have an expectation date. Once the date is past that particular product or service is no longer available. Others…
-
Getting error while writitng my data from dataframe to SAP HANA table using python script.
I am getting this error while writitng my data from dataframe to SAP HANA table using python script. Exception: An error occurred during dataset write (mdbQeu4jjA): JDBCDriverException: SAP DBTech JDBC: [288] (at 22): cannot use duplicate table name df = dataiku.Dataset("data") df.spec_item["appendMode"] = True with…