Analyze some covid19 data with Python
This tutorial will show you how to:
1.to get the data
2.clean up the columns
3.transpose the data (the data is in the wrong shape!)
4.transform the string-based dates to Python datetimes
5.sort and rearrange the data
6.perform some "quick and dirty" analysis to check the data
This tutorial will show you how to:
1. get multiple datasets
2. clean them
3. merge them together
Intial Data Explortion