Asking important and interesting questions regarding Coronavirus outbreak and finding the answers using data.
[Click Here] to view the notebook directly.
The Data directory contains data for confirmed, recovered and deaths due to Corona. The data keeps on updating here.
-
Make sure you have Jupyter Notebook installed.
-
Open terminal/command and clone the repo
git clone https://github.com/akashadhikari/covid19_analysis.git
-
Get inside the directory
cd covid19_analysis
-
Create a Python virtual environment and install the libraries on requirements.txt. Make sure you have virtualenv installed.
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
-
Run Jupyter Notebook
jupyter notebook