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.
Clone the project from this repository and then creeate & activate the virtual environment:
python3 -m venv data-analytics/.myvenv
source data-analytics/.myvenv/bin/activateInstall the requirements:
pip install -r data-analytics/requirements.txtSelect 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



