I have several datasets where some of the columns are identical (for ex. Country, Product-name), but otherwise differs. I need to prepare them before analysing and eventually merging them, in order to…
Hi, Let's say we have 2 datasets, partitioned by letters : Dataset 1 : - partition A - partition B Dataset 2 : - partition B - partition C I would like to get a "summed" dataset, where existing partit…
I have been using the visual recipes to clean and stack a set of data files (CSV's). They do not all have a single schema, but rather various parts of an overall schema (what the final 'stacked' datas…
I want to process several datasets in the same way, I have put all the steps (but one, which should be individual) of one recipe into two groups, which I now want t use for several other datasets. Is …
According to the UI, it shall be possible, when editing a stack recipe in the Settings tab, and there is also a trash can icon next to each dataset. However, nothing seems to happen when I press this …
Stack recipe was previously working well, then suddenly after building the dataset, all the rows are missing but the columns specified in the recipe are present. If we click on analyse of a single col…
I have a dataiku dataset like the following I want to merge these rows based on "PATNO" into a single row. Note, there are different groups of PATNO, So I need to iterate over them too. Is there any w…