Map and charts data visualization of Covid19 cases in Italy, kindly hosted by GCP on https://cov19-it.appspot.com/.
Built in Python 3.8, using pandas to handle dataframes and plotly for interactive visualization, renders in browser using dash.
- Python 3.8
- Install all the requirements in requirements.txt.
-
Change the province you want to visualize in line 119 and 130 inside main.py.
-
Change also the last line and a server will start locally (on http://127.0.0.1:8080/).
-
Run and enjoy.
All the .csv
files are pulled from DPC which updates them daily.