akashadhikari / covid19_analysis

Asking important and interesting questions regarding Coronavirus outbreak and finding the answers using data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 Analysis

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.

Installation

  1. Make sure you have Jupyter Notebook installed.

  2. Open terminal/command and clone the repo
    git clone https://github.com/akashadhikari/covid19_analysis.git

  3. Get inside the directory
    cd covid19_analysis

  4. 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

  5. Run Jupyter Notebook
    jupyter notebook

About

Asking important and interesting questions regarding Coronavirus outbreak and finding the answers using data.

License:Do What The F*ck You Want To Public License


Languages

Language:Jupyter Notebook 100.0%