Skip to content

SumiaD/data-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data used

Get and analyze corona statistics in Germany from https://api.corona-zahlen.org.

Alternatively, get corona statistics in the US from https://covidtracking.com/data/api.

How to get started?

VS Studio Code

Clone the project from this repository and then creeate & activate the virtual environment:

python3 -m venv data-analytics/.myvenv
source data-analytics/.myvenv/bin/activate

Install the requirements:

pip install -r data-analytics/requirements.txt

Select the .myvenv as your interpreter:

Command Palette > Select Interpreter > Enter interpreter path > Select the .myvenv from this project

Then open the Jupyter Notebook and select your .myenv as your kernel.

You are all set! Now you can and reproduce each step.

Once you are done with the analysis, deactivate the environment:

deactivate

Chart Outputs

Cases

Cases by State

Hospitalization Cases by State

Historic Hospitalization Cases by State

Recovered by State

About

Get and analyze sample data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published