This website uses cookies. By clicking OK, you consent to the use of cookies.
Click Here
to learn more about how we use cookies.
OK
Community
All community
This category
This board
Knowledge base
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Browse
Discussions
Setup & Configuration
Using Dataiku DSS
Plugins & Extending Dataiku DSS
General Discussion
Job Board
Community Resources
Community Feedback
Knowledge
Getting Started
Knowledge Base
Documentation
Academy
Course Catalog
Learning Paths
Certifications
Academy Discussions
Community Programs
User Groups
User Groups Resources
Dataiku Neurons
Upcoming User Events
Past User Events
Online Events
Community Conundrums
Banana Data Podcast
What's New
Sign In
The February release for the Community is live!
Read More
Community
»
Discussions
»
Using Dataiku DSS
»
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Create dataset from pandas
Solved!
Alan_Fusté
Level 3
07-29-2019
08:33 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Create dataset from pandas
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
0
Kudos
Reply
1 Solution
Clément_Stenac
Dataiker
07-29-2019
09:06 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
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.
View solution in original post
0
Kudos
Reply
All discussion topics
Previous Topic
Next Topic
2 Replies
Clément_Stenac
Dataiker
07-29-2019
09:06 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
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.
View solution in original post
0
Kudos
Reply
Alan_Fusté
Level 3
Author
In response to
Clément_Stenac
07-29-2019
11:02 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Ok, thanks!
0
Kudos
Reply
Post Reply
Labels
(4)
Labels
Labels:
API
code
Datasets
Python