Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.2 KB

File metadata and controls

49 lines (28 loc) · 1.2 KB

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