Plot covid-related graphs using Python.
This is my adaptation of the babsyco/COVID19_cases_deaths_vaccinations repository.
It uses the the Our World In Data COVID-19 dataset available here. The list of used fields, along with explanations is found here.
- Open the Google Colab notebook by going to this url.
- Click the
Runtime
menu item >Run all
, or pressCtrl + F9
. - The before last cell contains examples for plotting different graphs. Also it contains examples on how to change the population, how to get the list of countries, fields. etc. Uncomment any example by removing the
#
symbol in the beginning of the line (and all trailing spaces), or by pressingCtrl + /
while the cursor is on the needed line. Craft the function parameters according to the instructions and run the cell. - You can add additional cells and run your own code there.
I'm open to any pull requests, and especially to:
- Bugfixes;
- New types of graphs;
- Enhancements (better display, more customization) of the current graphs;