This dashboard displays the trends for confirmed cases, reported deaths and recovered cases. The weekly and daily rate of change for all figures are presented not only over time but also over the figure itself. This analysis was inspired from the one performed by @aatishb.
The dashboard was created with Dash from Plotly. The application layout itself was adapted from the Dash sample apps, concretely the Dash DAQ Satellite Dashboard. Several changes were made to better suit the purpose of this app.
This dashboard uses the data from the good people at Data Science for Social Good Portugal. For more information on how the data is handled and which sources are used, please visit their GitHub page here. The country level data is accessed from Our World in Data.
To run the app locally, clone the repository and run pip install -r requirements.txt to install the dependencies. To run the app type python app.py in the terminal within the folder where the repo was cloned.