Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexwaygood/covid-excess-death

Script to auto-generate excess mortality graphs based on the FT's data in their repository.
https://github.com/alexwaygood/covid-excess-death

coronavirus covid-19 covid-19-data financial-times flask ft matplotlib pandas python

Last synced: 20 days ago
JSON representation

Script to auto-generate excess mortality graphs based on the FT's data in their repository.

Awesome Lists containing this project

README

        

# Covid excess deaths

Use the web app here: http://covid-excess-deaths.alexwaygood.com/ (main.py).

Alternatively, run on your desktop by running desktop_app.py.

An app that will generate a graph comparing excess deaths between two or more countries since the start of the pandemic. The script uses data on excess deaths that has been collected by the excellent team of data journalists at the FT. The FT's original repository is here: https://github.com/Financial-Times/coronavirus-excess-mortality-data.

The web app was made using Flask, and the graphs are made using the pandas and matplotlib libraries. The entire core of the app is written in Python (plus some HTML templates, javascript functions and CSS styling for the web app).

N.B. requirements.txt only holds requirements for the web app; desktop_requirements.txt has the requirements for the desktop app. all_requirements.txt has the two package requirements combined into one list.