how to create dataset

UserKp
Level 3
how to create dataset

Hi,

 

I want to create a dataset basically for storing some information I have done testing in test environment where I have created one blank Excel and appended it with the required data from an api.

But now I have to do it in a production environment I want to create a blank dataset to append the data required for storing.

so create one table if required columns also and then append the data with the code

Thanks

0 Kudos
2 Replies
Turribeach

See this post:

https://community.dataiku.com/t5/Using-Dataiku/Create-dataset-from-pandas/m-p/3677#M2687

Create a Python recipe (which I asume it's what you are using but you didn't specify so it's hard to be sure) and an output for the recipe. Then just write the data using the code sample provided in the Python recipe. Also I am not really sure why you need to repeat the process in your Production environment, a project import/export should bring all your recipes and datasets over.

0 Kudos
UserKp
Level 3
Author

i want to create new dataset,it should be created only once,the plan is to read from API and then store data back to this df

0 Kudos