Skip to content

badan-cloud/plot-covid-graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

plot-covid-graphs

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.

Instructions

  1. Open the Google Colab notebook by going to this url.
  2. Click the Runtime menu item > Run all, or press Ctrl + F9.
  3. 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 pressing Ctrl + / while the cursor is on the needed line. Craft the function parameters according to the instructions and run the cell.
  4. You can add additional cells and run your own code there.

Contribution

I'm open to any pull requests, and especially to:

  • Bugfixes;
  • New types of graphs;
  • Enhancements (better display, more customization) of the current graphs;

About

Plot covid-related graphs using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published