Skip to content

akashadhikari/covid19_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published