Hello, is there a way to convert string dates to datetime format? For example Jan-18 to '01-2018'? I know sql has TO_DATE( '10 Aug 2018', 'DD MON YYYY' ) But is there something similar available for d…
Hi, I have built a simple XGBoost classifier algorithm by following closely: https://doc.dataiku.com/dss/7.0/plugins/reference/prediction-algorithms.html However, I would like to add UI feature that a…
Hello, In a simplified example I have a flow with two pipelines. On the first pipeline, the final output is a DatasetA. On the second pipeline, the first input is DatasetA. They both link to the same …
Hi Team, I am having a use case where I have to create a new column based on 3 columns X, Y and Z. If a value of X is in between the range of columns Y and Z then the new column has the value X else t…
Hi Team, Hope you are all doing well during this Pandemic ! I have a question in my use case which is, my dataset has more than 70 million rows and as it is taking more run time for a simple prep reci…
Hey, I have built a dataset that I would like to be displayed near parameters in plugin's UI. Do I have to use method of custom UI shown in documentation or is there a simple way to achieve that? Also…
Dear experts, I have been trying to understand how I could export an existing DataIku dataset to Excel. By studying the documentation, I suppose there might be an API functionality allowing me to achi…
Hi there, I think it must be a very simple task, but I can't find any recipe or formula in order to count the number of sells per customer (I have a colum "orderTransaction" and a column "IDbuyer"). T…
Hi, I am trying to create a python script which will bring local variable defined in the project. Then I want to update that local variable in runtime automatically. So for that i tried to use get_var…
Hi I want to import RDS file into Dataiku. I have used Managed Folder with S3 as storage and upload the RDS file into the Managed folder(i.e in S3) I have created an R recipie where i am able to retri…