Skip to content

CSSE COVID-19 Dataset manipulation and visualization.

Notifications You must be signed in to change notification settings

tspanos/COVID-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSSE COVID-19 Dataset Tools and Visualization

  • Downloads wide Confirmed, Deaths and Recovered CSVs from https://github.com/CSSEGISandData/COVID-19.
  • Merges and makes datasets narrow. Outputs as single CSV.
  • Introduces new daily values in addition to running totals.
  • Renames some countries.
  • Joins to country data from Bing (generated by Microsoft Excel intelligence).
  • Drops countries where Physician per Capita statistics could not be found.
  • Adds Columns:
    • Growth Rate
    • Infected Percentage
    • Infected per Million
    • Net Cases
    • Healthcare System Saturation

Visualization

This is used as ETL for a Power BI COVID-19 visualization.

Usage

Clone or download this repo. Python 3.7+ is required to use.

Install requirements:

pip install -r requirements.txt

Run main script. Specify output path.

python main.py -output "global.csv"

About

CSSE COVID-19 Dataset manipulation and visualization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages