UBC-MDS / DSCI_525_Group13_Rainfall

Rainfall Model Prediction Project Repository
MIT License
1 stars 2 forks source link

5. Load the combined CSV to memory and perform a simple EDA #6

Closed mikelynch416 closed 3 years ago

mikelynch416 commented 3 years ago

rubric={correctness:10,reasoning:10}

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 Discuss your observations.