Skip to content

Instantly share code, notes, and snippets.

@j-bennet
Last active November 25, 2019 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j-bennet/546a4c20fc9b178155acdc4aa6a158ab to your computer and use it in GitHub Desktop.
Save j-bennet/546a4c20fc9b178155acdc4aa6a158ab to your computer and use it in GitHub Desktop.
In [29]: df = pd.read_sql_query('select * from payment limit 100', conn)
In [31]: df.memory_usage().sum()
Out[31]: 5728
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment