Closed mgaroub closed 3 years ago
[ ] 1. Investigate at least two of the following approaches to reduce memory usage while performing the EDA (e.g., value_counts).
Changing dtype of your data
Load just columns what we want
Loading in chunks
Dask
[ ] 2. Discuss your observations.
Closed by #11
[ ] 1. Investigate at least two of the following approaches to reduce memory usage while performing the EDA (e.g., value_counts).
Changing dtype of your data
Load just columns what we want
Loading in chunks
Dask
[ ] 2. Discuss your observations.