Skip to content

Latest commit

 

History

History

2000-coronavirus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Corona cases

  1. Python-Script to analyse the Johns Hopkins University and download the data.

  2. What the code does:

  • Pull the Conora infections by date and country.
  • Classify countries to continents.
  • Sum the amount of infections by continent (ohne China).
  • Export relevant columns (excluding China)
  1. Source: Johns Hopkins University.

  2. Installs pip install pandas pip install pycountry-convert

Dependencies attrs==19.3.0 coverage==5.0.3 importlib-metadata==1.5.0 more-itertools==8.2.0 numpy==1.18.1 packaging==20.1 pandas==1.0.1 pluggy==0.13.1 pprintpp==0.4.0 py==1.8.1 pycountry==19.8.18 pycountry-convert==0.7.2 pyparsing==2.4.6 pytest==5.3.5 pytest-cov==2.8.1 pytest-mock==2.0.0 python-dateutil==2.8.1 pytz==2019.3 repoze.lru==0.7 six==1.14.0 wcwidth==0.1.8 zipp==3.0.0

  1. References
  • See above.