Hi there, The issue I am having is that the DSS engine is producing a completely different result than when I use the SQL engine. Has anyone faced a similar issue? I would appreciate some insight on t…
I'm starting to work with the Fuzzy Joins and having good luck. However, I'm trying to figure out when I might want to use a Relative Threshold related to the Right or Left Table when doing a overall …
Hi Everyone, I want to know a way to distinguish between null values and empty values because I used the isNull() function in the prepare recipe but that function didn't recognize that difference. Reg…
Hello, I make a script to clean my data. The script uses data from the json files for computation purposes. I store all the script and the json in the library of my project. So here is how the library…
I currently have a excelsheet (sample data in image attached) showing the emails in my email with their body, subject, date sent etc. How do i make Dataiku scrub through the bodies to retrieve common …
I have a data processing task that requires python. Specifically, I'm reading data from a proprietary file format, then writing the extracted data out to the database. I want to split this data into m…
Hi Experts, I am using the tensorflow slices to batch process my images for CNN model. The snapshot of the code is as follows and it runs very well in a Jupyter notebook in dataiku using local executi…
Hello All, First Post here, and very new to Dataiku. I am attempting to consume data from an API call to QuickBase, and I am looking for a solution that accepts a dynamic number of columns, and that r…
Hi All, This is a mock data of my input : Input RuleAccountEntityAuditR1a1,a2e1 R2 e2-c2 This has to be split and transformed to this form : RuleDimensionValueR1Accounta1R1Accounta2R1Entitye1R2Entitye…
In the date column i have dates in the format '1900-01-01T00:00:00.000Z' i need to replace this date to tomorrow date dynamically. How can i do that using formula ? i.e from 1900-01-01T00:00:00.000Z t…