covid-data

Minnesota COVID-19 data

This repository contains data and graphs about Minnesota’s COVID-19 outbreak, along with code to generate it.

Data here is released under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license. That means you are free to use the data for any noncommercial purposes, provided you give reasonable credit to MPR News, and maintain this license on any alterations you make to the material. Code here is available under the MIT License.

Start here

See a dashboard with current data and charts tracking Minnesota’s COVID outbreak

Dive deeper

Download raw data showing Minnesota’s COVID-19 statistics from the start of the pandemic:

Download data showing Minnesota’s vaccination rates from early 2021:

Download data showing cases (by report date) by county (these files are large):

Download data showing how Minnesota’s actual-date COVID-19 stats have evolved with each day’s report from the Minnesota Department of Health (these files are large):

Download other data:

For programmers

This repository is currently maintained by David H. Montgomery. Pull requests from the community are welcome.

The data and charts here are primarily obtained and generated via code in the R programming language. Scripts and RMarkdown files are located in the R folder.

generate-graphs.Rmd is the primary file for generating this data each day. It links to separate scripts that scrape data off the Minnesota Department of Health website and produce graphs.