-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python(chore): csv example ingestion #96
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small changes! There were some things I did in the original example that aren't suitable to show to users in official examples so we'll get those cleaned up :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple tiny nits and one final request: Would you mind truncating the CSV to just have 50 rows? The CSV as is is quite large and it'll blow up our repo size. 50 rows will get the same point across :)
78a5220
to
3e18495
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for iterating with me!
Thanks for the quick feedback, super helpful in learning the patterns here! |
Adds an example of how to ingest data from a CSV file. This example is simple and makes a few assumptions (e.g. channels are all doubles), but hopefully is easy enough to understand an expand from for other uses.