- Last updated:
2022-04-01
- Jump to:
Data files
code
images
All data are sourced from the Illinois Department of Public Health https://dph.illinois.gov/covid19.
There are two files from which all the above visualizations are made. The variable metadata can be found below. The first four or five variables are direct imports from IDPH.
Note: Throughout the data, there are negative numbers for daily counts. This is an artifact of the reporting by IDPH when the total number of tests/cases/deaths is higher the day before than the current day. I have left them in the data for completeness; however, you may wish to change these negative numbers to zeros.
il-covid.csv
- State-level COVID-19 data, plus calculated daily countstestDate
- Datetotal_tested
- Total testing volume ontestDate
confirmed_cases
- Total confirmed cases ontestDate
deaths
- Total deaths attributed to COVID-19 ontestDate
daily_total_tested
- Daily change in the total number of tests conducteddaily_confirmed_cases
- Daily change in confirmed casesdaily_deaths
- Daily change in deaths
il-covid-county.csv
- County-level COVID-19 data, plus calculated daily countstestDate
- DateCounty
- Countytotal_tested
- Total testing volume ontestDate
confirmed_cases
- Total confirmed cases ontestDate
deaths
- Total deaths attributed to COVID-19 ontestDate
population
- 2019 county (or state) population estimates, in 1,000sdaily_total_tested
- Daily change in the total number of tests conducteddaily_confirmed_cases
- Daily change in confirmed casesdaily_deaths
- Daily change in deaths
il-covid-vaccine-county
- County-level COVID-19 vaccination data, plus calculated daily countsReport_Date
- DateCounty
- CountyAdministeredCount
- Total number of reported vaccine doses administeredAdministeredCountChange
- Number of reported vaccine doses administered onReport_Date
AdministedCountRollAvg
- 7-day moving average ofAdministeredCountChange
PersonsFullyVaccinated
- Number of individuals fully vaccinated (two-dose (Moderna/Pfizer) or one-dose (J&J))PctVaccinatedPopulation
- Percent of the populationPersonsFullyVaccinated
main.r
- The main file that loads packages, downloads data, processes the data, and created all graphicspackages.r
- Loads required packagesdownload.r
- downloads data require for visualizationsdownload-county.r
- helper file to download county-level datadownload-county-vax.r
- helper file to download county-level vaccination data
process-data.r
- process downloaded data, exports some data to CSV- Visualization files
dph-json-region.r
- Creates a regional-level line graph of positive rate over timedph-json-county.r
- Creates county-level dataset and creates Chicago Metro histogram.dph-json-county-heatmap.r
- Creates county-level heatmap of cases.dph-json-hospitalization.r
- Creates two histograms and two line graphs plotting hospital and ICU bed usage and utilization.il-covid-cases.r
- Creates two histograms, one of total cases and one of daily cases.il-covid-deaths.r
- Creates two histograms, one of total deaths and one of daily deaths.il-testing.r
- Creates two histograms and one line graph, total tests conducted, daily tests conducted, and positive rate over time.dph-vaccine.r
- Creates a bar chart of daily COVID-19 vaccine doses administered.dph-vaccine-county.r
- Creates a bar chart of daily COVID-19 vaccine doses administered per capita by county.
- chi-covid-chg-cases.png - Chicago Metro per capita case count ) chi-covid-chg-vaccine.png - Chicago Metro per capita vaccine count
- college-covid-chg-cases.png - 4-year college counties per capita case count
- hospital_util_rate.png - Percent usage of hospital beds for COVID-19
- hospitalization.png - Total hospital beds in use for COVID-19
- icu_util_rate.png - Percent usage of ICU beds for COVID-19
- icu.png - Total ICU beds in use for COVID-19
- il-administeredcount.png - COVID-19 vaccine doses administered
- il-covid-cases.png - Cumulative cases
- il-covid-chg-cases.png - Daily cases
- il-covid-deaths.png - Cumulative deaths
- il-covid-chg-deaths.png - Daily deaths
- il-covid-tests.png - Cumulative tests
- il-covid-chg-test.png - Daily tests
- il-covid-positive-rate.png - Daily positive rate