Piccolo for Data Science Scripts video #243
dantownsend
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We recently added the
create_tablesfunction to Piccolo.The idea was to make it easier for people writing simple data science scripts, who don't need more advanced features like migrations.
Here's a new tutorial video about it:
https://www.youtube.com/watch?v=yBGgK09H5rI
And the example code from the video, which fetches data from Open Weather Map, and loads it into SQLite:
All reactions