Create dataset from pandas
Alan_Fusté
Partner, Registered Posts: 43 Partner
Hello,
Can I create a dataset (for example, with project.create_dataset()) directly from pandas (without saving before the creation)?
I am getting a CSV file from an url with pandas.read_csv()
Thanks,
Alan
Can I create a dataset (for example, with project.create_dataset()) directly from pandas (without saving before the creation)?
I am getting a CSV file from an url with pandas.read_csv()
Thanks,
Alan
Best Answer
-
Hi,
While it is possible, the project.create_dataset() API is currently fairly difficult to use. We do not yet have documentation nor samples for it.
We recommend that you create a dataset from the UI first.
Answers
-
Ok, thanks!