Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 620 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 620 Bytes

covid

Data Analysis of COVID-19 Dataset

Conda Enviornment Setup

  1. Install Anaconda
  2. Create conda environment
    conda env create -f covid.yml
    
  3. Activate the new conda environment
    conda activate covid
    

Basic Usage

Activate the conda environment before running any of the python scripts

Time Series for Countries

python countries.py


Time Series for State / Provinces

python states.py

Time Series for Philadelphia

python philadelphia.py