Download visual recipe
I am looking for the Download Visual Recipe on the free version of Dataiku. Does it exist, or can one only find it on the Enterprise-level and above versions? Thanks.
Operating system used: macesOS 11.52, M1 chip 11.52, M1 chipx, 11.52, M1x
Answers
-
JordanB Dataiker, Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 296 Dataiker
Hi @Erlebacher
,If you have it, the recipe will be in the dropdown +Recipe list under "visual recipes". Have you checked there?
Thanks!
Jordan
-
Thanks! I found it. I am surprised that Download is not listed with the other visual recipes on the right side of the screen.
I have output a small data frame as the output of a Python recipe, and I cannot simply copy/paste its content to the clipboard for transfer to one of my files. Is this even possible? Thanks.
-
JordanB Dataiker, Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 296 Dataiker
Hi @Erlebacher
,If you're trying to copy/paste from one DSS dataset to another DSS dataset, that will not work. You can use pandas to append one data frame to another. You can also export the dataframe and use a join recipe.
Best,
Jordan