-
Re: How does Dataiku run a recipe from a scenario if the recipe has multiple outputs?
Hi @pnkj! If the outputs are all defined in the same Python recipe, which from my understanding are, then, my guess is that by specifying only one of the B, C or D datasets in the scenario build step…1 · -
Re: Remove duplicate and returns 0 rows in the end
Glad I could help!1 · -
Re: APPEND TWO TABLES
Glad I could help!1 · -
Re: APPEND TWO TABLES
Hi @shahas71 , You could achieve this by using a Stack recipe. On the Selected columns step --> Columns selection, select the Union of input schemas. P.S. I guess that in your final table the valu…1 · -
Re: Distinct after Concat in one cell
Hi, You can use a Python function step in a Prepare recipe (see attached image). I have created a function that transforms each input (row cell from the column of interest) from unicode to string - t…1 ·