Skip to content

Instantly share code, notes, and snippets.

@j-bennet
Last active November 25, 2019 16:51
  • 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/f067ef367d846e7dd323fcfe3e6fe339 to your computer and use it in GitHub Desktop.
In [13]: pd.read_sql_query('show tables', conn)
In [14]: pd.read_sql_query('select count(*) from payment', conn)
In [15]: pd.read_sql_query('select * from payment limit 5', conn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment