-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out how to model vaccination data #175
Comments
Marin is also now including vaccination data at the bottom of their main dashboard page: https://coronavirus.marinhhs.org/surveillance#vaccines |
Found three more counties that have vaccination dashboards |
Interesting discovery: the state is currently publishing some good data on their vaccinations page at: https://covid19.ca.gov/vaccines/. For each county, they’ve got:
Some counties are definitely not publishing these stats (some counties we haven’t identified a dashboard/dataset for at all), and this also gives us a standard set of categories. Using this state data might be the place to start for now. Downsides:
Since we need to build the timeseries ourselves and because the state data covers a broader set of counties than we do here, I went ahead and started the ball rolling at https://github.com/Mr0grog/ca-covid-vaccination-stats. If that works out well, we should see about integrating the code (or just the data) here. |
@Mr0grog Rob, how did your attempt to build time series data from the state website go? |
The state is now publishing timeseries data for all the same info I was scraping at: https://data.ca.gov/dataset/covid-19-vaccine-progress-dashboard-data I think you should probably just use the new state dataset; a quick glance over your spreadsheet makes it look like the state data feeds or my scraper both cover all the stats you’ve listed (except neighborhood), but for all counties. |
Three bay area counties now have vaccination dashboards:
We need to figure out how to best represent this data in our scraper output. What’s common between these dashboards? What’s different? What’s most important?
Updated 2021-01-22: Added Marin County
Updated 2021-02-05: Added Alameda, San Mateo, Napa from @kengo-sony
The text was updated successfully, but these errors were encountered: