Fill empty cells with previous/next value
stephC
Registered Posts: 2 ✭
Hello,
I'm quite new to Dataiku, and i was wondering how to use " Fill empty cells with previous/next value".in a recepie. I have to ensure my dataset is well ordered, but I cannot find any "processor" that can order my table.
Do you have any clue ?
BR
Stephane
Tagged:
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @stephC
,You can use a Sort recipe first https://knowledge.dataiku.com/latest/data-preparation/visual-recipes/concept-sort-recipe.html#concept-sort-recipe
With a compatible dataset type that keeps order( e.g CSV)
Later modify the output dataset setting and select the option "Preserve Ordering"
Then you should be able to read the dataset you prepare recipe and use the processor "fill empty cells with previous/next value"
Thanks