marcroiglama/pandas_engineering
When we are working large files with pandas library we can suffer from memory errors or slow processing as Pandas is a very powerful tool but very memory consuming in terms of RAM. On this git I present a simple way to reduce the memory overload of pandas dataframes using pandas formatting and some transformations.
Jupyter NotebookApache-2.0