Data Analysis of COVID-19 Dataset
- Install Anaconda
- Create conda environment
conda env create -f covid.yml
- Activate the new conda environment
conda activate covid
Activate the conda environment before running any of the python scripts
python countries.py
python states.py
python philadelphia.py