Repo used to do some test with panda + altair. The used dataset comes from COVID-19 public data sets
This is a very simple project to generate some useful charts and represent how the COVID-19 is behaving
Example of histogram showing the number of people currently confirmed
Example of line chart for the confirmed infected people by day
- 1 - Clone this repo
git clone https://github.com/gpresazzi/covid19-data-visualization.git
- 2 - Enter inside folder and create vene
cd covid19-data-visualization
python -m venv venv
source venv/bin/activate
pip install altair vega_datasets
- 3 - clone data set
git clone https://github.com/CSSEGISandData/COVID-19.git
- 4 - run
1. python src/main.py confirmed
2. python src/main.py recovered
3. python src/main.py death
Extra args:
-f for the format to use (empty or 'html')
-o output file