Skip to content

Instantly share code, notes, and snippets.

@alexpetralia
Created September 25, 2016 02:25
Show Gist options
  • Save alexpetralia/d08d9297656a34de1b3eddcb9add7674 to your computer and use it in GitHub Desktop.
Save alexpetralia/d08d9297656a34de1b3eddcb9add7674 to your computer and use it in GitHub Desktop.
import sqlalchemy
engine = sqlalchemy.create_engine('sqlite:///igmchicago.db')
df.to_sql('igmchicago', engine, index=False, if_exists='replace')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment