UBC-MDS / DSCI_525_Group13_Rainfall

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

4. Combining data CSVs #5

Closed mikelynch416 closed 3 years ago

mikelynch416 commented 3 years ago

rubric={correctness:10,reasoning:10}

Use one of the following options to combine data CSVs into a single CSV.

Pandas DASK When combining the csv files make sure to add extra column called "model" that identifies the model (tip : you can get this column populated from the file name eg: for file name "SAM0-UNICON_daily_rainfall_NSW.csv", the model name is SAM0-UNICON)

Compare run times and memory usages of these options on different machines within your team, and summarize your observations in your milestone notebook.

Warning: Some of you might not be able to do it on your laptop. It's fine if you're unable to do it. Just make sure you check memory usage and discuss the reasons why you might not have been able to run this on your laptop.