https://github.com/zgana/coronavirus
dataset joins and dashboard construction
https://github.com/zgana/coronavirus
Last synced: 7 months ago
JSON representation
dataset joins and dashboard construction
- Host: GitHub
- URL: https://github.com/zgana/coronavirus
- Owner: zgana
- Created: 2020-07-03T17:50:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T16:36:21.000Z (over 5 years ago)
- Last Synced: 2024-12-27T21:33:22.848Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 6.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coronavirus
## dataset joins and dashboard construction
This repository contains scripts for building datasets for COVID-19 analysis
and a notebook for constructing an interactive visualization dashboard using
Bokeh. Currently only US data is included.
[COVID-19 Dashboard](https://zgana.github.io/assets/dashboards/covid19.html) ← Hosted copy of the resulting dashboard, as of whenever I last updated it.
TODO: maybe automate and schedule updates?
* [get-static-data.sh](get-static-data.sh): Set up base geography and population datasets.
* [prep-latest-data.py](prep-latest-data.py): Get latest state-level and county-level data.
* [build-dashboard.ipynb](build-dashboard.ipynb): Build the dashboard.