Skip to content

Instantly share code, notes, and snippets.

@j-bennet
Created November 21, 2019 18:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save j-bennet/ea28d615a831dc568a806d8b1b1dcbc6 to your computer and use it in GitHub Desktop.
import pandas as pd
from sqlalchemy import create_engine
conn = create_engine('mysql://root@localhost/test')
df = pd.read_sql_table('abc', conn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment