-
Re: Unable to create a new directory inside the managed folder of Dataiku.
When you are using Dataiku managed folders you are NOT allowed to use Python's folder methods to read and write, you need to use the Dataiku API. If you want to create a subfolder in the managed…1 · -
Re: Commas in Number format combined with Rounding in the Prepare Reciepe
The formatted number should only be used for presentation purposes, key the original column intact and create a new column for presentation while using the original column for calculations. For chart…1 · -
Re: Record unmatched rows from two datasets (without code recipe)
Below is how I did it without any code recipes and only took 1min to build. Join your datasets twice, first Dataset 1 joined to Dataset 2 and then Dataset 2 joined to Dataset 1. In both join recipes …2 · -
Re: Reference global variables in python recipe
The code Catalina produced is for project global variables, not instance global variables. Project variables are defined at project level (Project => ... => Variables), instance global variable…1 · -
Re: reference global variables in prepare recipe
https://knowledge.dataiku.com/latest/mlops-o16n/variables/concept-introduction-syntax.html1 ·