Plot of data from the UW-Madison COVID dashboard after the revisions on 2022-06-06, where data is now just presented as weekly counts. And then on 2022-06-20, they stopped providing separate counts for students and employees, and began to just give totals.
Scraped into uw_covid_2022.csv
using a
python script
based on the
gist
from Dan Fitch.
We need the R package knitr and the python modules requests_html and pandas.
Here, just calculating and plotting the test positivity.
The vertical line segments indicate pointwise 95% confidence intervals.
The source is in README.Rmd
.
Note that up to the week of August 15, we were only getting aggregate data. Starting the week of August 22, they began releasing separate data on students and employees, again.