Skip to content

slovanos/CoroPlotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoroPlotter

Plot significant updated graphs of COVID-19

https://github.com/slovanos/CoroPlotter

Requirements:

  • numpy>=1.22.0
  • matplotlib>=3.0.1
  • pandas>=0.23.4
  • requests>=2.31.0

Usage:

$ python3 CoroPlotter.py

Choose the options

Note: this is a practical script to plot updated data from the Johns Hopkins University related to COVID-19 pandemic. It isn't a module to import or a library with specific and optimized functions to be called upon need. Most data is preprocessed in a single for Loop for example, regardless these being plotted or not.

Bye