YACD - Yet another covid dashboard, but with vaccinations!

Hello!

I never actually posted my (second) streamlit project, since pretty much everyone was doing a covid dashboard. Tonight I finally updated it to include the latest worldwide covid vaccination data, you can find the deployment here and the github repo here.

The streamlit deploy version does not update each day, however it’s easy enough to do using the repo by just setting up a cron job to run python update_covid_db.py each morning. This will grab the latest covid and vaccine data from the NYT (usa) or OWD (world).

Edit: updated to included annotations in the “new vacc” graphs

1 Like