Skip to content

Instantly share code, notes, and snippets.

@j-bennet
Created November 25, 2019 04:14
  • 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/3225de6081e210f56dd5bde21f07507e to your computer and use it in GitHub Desktop.
In [66]: df3 = pd.concat(convert_int_types(df_iter))
In [67]: df3.memory_usage().sum()
Out[67]: 4500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment