illustration of a bar chart

[raw]

.jvectormap-legend { background-color: #ffffff; color: #282828; padding: .5em; }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback { line-height: 20px; background: #004090; } .jvectormap-zoomin, .jvectormap-zoomout { width: 20px; height: 20px; } .jvectormap-zoomout { top: 35px; } .mp .chart {margin-bottom:0;} .mp .credit {margin:0; padding:0;}

Note: As of June 30, 2022 this page is not being updated. The Minnesota Department of Health is no longer reporting COVID-19 data on a daily basis. New weekly data can be found on the state’s COVID-19 Situation Update page on Thursdays at 11 a.m.

As of July 10, 2021, MDH no longer provided data on weekends, so the page was not updated on Saturdays and Sundays. As of October 14, MDH started reporting data based on two testing methods. PCR (Polymerase chain reaction) tests, which were the only types of tests reported prior to October 14, detect genetic material from the coronavirus that causes COVID-19 and are considered the most accurate method of diagnosis — MDH calls cases with positive PCR tests “confirmed” cases. Another testing method, antigen testing, detects proteins in the sample that are indicative of a coronavirus infection. Because antigen tests are less accurate than PCR tests, MDH calls these cases “probable” cases. But because both types of tests result in the same actions by health officials, we combine the numbers in the data below to give the most complete picture of the state of COVID-19 in Minnesota.

Loading…

Overall
Total cases: Loading…
Deaths: Loading…

Total COVID-19 cases (cumulative) in Minnesota by day
As of October 14, cases include both confirmed cases, determined by PCR testing, and probable cases, determined by antigen testing.
New positive COVID-19 tests in Minnesota by day
As of October 14, positive tests include both confirmed cases, determined by PCR testing, and probable cases, determined by antigen testing.
Deaths per day
Dates are shown for the date the death was announced by the Minnesota Department of Health, which may
not be the date the death actually occurred. Deaths listed here are for both confirmed cases (determined by PCR testing) and probable cases (determined by antigen tests). The large spike on March 9 includes 138 deaths that occurred over the past year but were not previously reported.
Positive COVID-19 tests by Minnesota county








function dateparser(x) { dateparts = x[0].split(“-“); return [Date.UTC(dateparts[0], dateparts[1]-1, dateparts[2],6,0,0,0), x[1]]; };

$.getJSON(“https://s3.amazonaws.com/data.minnpost/projects/minnpost-covid-data/covid-data.json”, function (data) {

$(“#updated”).text(“This page was last updated on ” + data.updated + “.”); $(“#cumulative”).text(MP.formatters.number(data.daily_data.totalcases,0)); $(“#deaths”).text(MP.formatters.number(data.daily_data.totaldeaths,0));

var cumulativeCaseData = _.map(data.daily_data.dailytotalcases, function(d){return dateparser(d)}); var casesByDayData = _.map(data.daily_data.dailynewcases, function(d){return dateparser(d)}); var deathsData = _.map(data.daily_data.deaths, function(d){return dateparser(d)});

var countycovid = data.county_data;

var months = [“January”, “February”, “March”, “April”, “May”, “June”, “July”, “August”, “September”, “October”, “November”, “December”];

MP.highcharts.makeChart(‘.chart-cumulative-covid’, $.extend(true, {}, MP.highcharts.columnOptions, { legend: {enabled: false}, exporting: {enabled: false}, plotOptions: { column: { pointPadding: 0, groupPadding: 0 } }, yAxis: { title: {text: “Total positive tests”} }, xAxis: { type: “datetime”, labels: { formatter: function(){ var date = new Date(this.value); return “” + months[date.getMonth()] + ” ” + date.getDate(); } } }, tooltip: { formatter: function(){ var date = new Date(this.x); return “” + months[date.getMonth()] + ” ” + date.getDate() + “: ” + MP.formatters.number(this.y,0) + ” cases”; } }, series: [{data: cumulativeCaseData}] }));

MP.highcharts.makeChart(‘.chart-daily-new-covid-cases’, $.extend(true, {}, MP.highcharts.columnOptions, { legend: {enabled: false}, plotOptions: { column: { pointPadding: 0, groupPadding: 0 } }, yAxis: { title: {text: “New positive tests”} }, xAxis: { type: “datetime”, labels: { formatter: function(){ var date = new Date(this.value); return “” + months[date.getMonth()] + ” ” + date.getDate(); } } }, tooltip: { formatter: function(){ var date = new Date(this.x); return “” + months[date.getMonth()] + ” ” + date.getDate() + “: ” + this.y + ” cases”; } }, series: [{data: casesByDayData}] }));

MP.highcharts.makeChart(‘.chart-deaths’, $.extend(true, {}, MP.highcharts.columnOptions, { legend: {enabled: false}, plotOptions: { column: { pointPadding: 0, groupPadding: 0 } }, yAxis: { title: {text: “Deaths”} }, xAxis: { type: “datetime”, labels: { formatter: function(){ var date = new Date(this.value); return “” + months[date.getMonth()] + ” ” + date.getDate(); } } }, tooltip: { formatter: function(){ var date = new Date(this.x); var plural = “s” if (this.y == 1) {plural = “”} return “” + months[date.getMonth()] + ” ” + date.getDate() + “: ” + MP.formatters.number(this.y,0) + ” death” + plural; } }, series: [{color: “#55307E”, data: deathsData}] }));

$(‘#map-covid-cases-by-county’).vectorMap({ map: ‘mn-counties’, backgroundColor: ‘#ffffff’, zoomOnScroll: false, regionStyle: { initial: { ‘fill’: ‘#ffffff’, ‘stroke’: ‘#ABABAB’, ‘stroke-width’: 0.5, ‘stroke-opacity’:1 } }, series: { regions: [{ values: countycovid, scale: [“#d7e9ee”, “#004090”], legend: { title: “Cases”, vertical: true, }, }] }, onRegionTipShow: function(e, el, code){ if (countycovid[code]) { el.html(“” + el.html() + ” County

” + MP.formatters.number(countycovid[code],0) + ” positive tests”); } else { el.html(“” + el.html() + ” County

No reported positive tests“); }

} }); });

[/raw]

Join the Conversation

68 Comments

    1. If you hover your mouse above the bars, it displays the numbers each day, then just simple math. (That’s on my PC, not sure what a iPhone or Android would do).

    2. How do you get from 9904 tests one day and 46718 the next?

      I keep track and yesterday there were 275,622 total tests today it says there’s 322,340 test and I get 46718 which they finally got to 9904 yesterday what am I doing wrong?

      1. As of today, June 5, the Minnesota Department of Health has changed the way they’re reporting the data — reporting on total number of tests completed vs. total number of people tested. That explains the large jump — some people are tested multiple times. We are working on updating our chart to reflect the new way of reporting the data.

        1. Do you know why the state changed their reporting from number of people tested to number of tests completed? If people are tested multiple times wouldn’t that incorrectly imply that we’re doing a lot more testing of the population then we actually are?

    3. This would be even more useful if you added a 7 day rolling average line to the new cases per day graph and a positivity line to the new tests per day graph. The positivity rate would be especially helpful since days with lower new cases often are days with lower new tests per day and the positivity rate is the only way to see what’s really happening regardless of variability in tests per day

  1. This is really useful. I’m guessing the data aren’t available, but it would be great to have an additional chart of Tests Administered per Day to give more context to these numbers.

  2. There are a lot of different sites displaying data for the world, for the country, for the state. I like the cleanness and simpleness of this site the best. Keep up the great work!

  3. With the Mayo lab now on stream and assisting, does the (can the) “total tested” graph include those figures as well?
    Thanks so much for keeping us informed.

  4. Please post the number of new people hospitalized on a daily basis. Given the ever changing protocol for testing that number is fairly irrelevant. The number of hospitalizations is our only concern in this.

    1. Good work. As we don’t know what fraction of cases are being caught by testing, it seems like hospitalizations is our best measure of the spread. Only a fraction of cases require hospitalization, but a fairly constant fraction. A graph of current and total hospitalizations would give the clearest picture of the spread.

      1. I agree that hospitalizations are crucial to determining how things are “really” going since the severe limitations on who gets tested is significantly understating those who are ill.

        It also appears that once you are hospitalized, within a week about 40% die. (hypothetically: If 100 people are hospitalized on 4/10, then by 4/17 you can expect 40 to be added to the number of deaths on 4/10.)

  5. Make an attempt to get and include here all testing done, and all test results. Include all the private lab testing. From the get-go, so there’s a context. Only lazy reporting would not include all tests.

    Otherwise these figures are showing much less covid19 than Minnesota actually has.

    1. In most states it is estimated that actual infection rates are 20-30 times known test results. Remember, we are not including people who were sent home and told they likely had it, but are not being tested. We actually have WAY more cases than officially recorded.

  6. At some point we’re going to need broader population-based testing, which will probably involve blood draws to figure out who is actually exposed. There’s a website called CovidActnow.com That gives projections overtime including hospitalizations, percent of the population infected and deaths. South Korea has done a large population based testing program, which would’ve been nice but given our various government responses was unlikely to impossible.

    For us to get an idea of how widespread this is and to make it accurate projections of what’s going to happen we’re gonna have to know the real numbers instead of projections of who is infected. The above mentioned website says that with nothing or social distancing 70% of the people in MN will be infected, with hospitalization and death numbers very high, depending on isolation strategies. Interestingly enough social distancing does not reduce the number of people infected but it does reduce the number of hospitalizations and deaths dramatically. The peak of this pandemic will hit in early April, so we are just starting.

    Reason for all the government actions Is to mainly protect the hospital and healthcare system from overloading. As an example, if Texas continues its current path, they will see as many as several million hospitalizations and death as high as 600,000. This is getting real serious, don’t let up your guard

  7. Correcting my comment yesterday. I put up daily cumulative data instead of daily new data. Given some spikes in the data, a rolling average of new cases over new tests is probably more informative. Here is the 7-day rolling average, from my massage of Minn. Dept. of Health data, for 7 days ending on each of the following dates. As you can see, there is an upward trend that reflects the anticipated bell curve of this pandemic:

    Date 7-day avg % positive tests

    12-Mar 2.68%
    13-Mar 2.39%
    14-Mar 2.48%
    15-Mar 2.87%
    16-Mar 2.57%
    17-Mar 2.82%
    18-Mar 2.98%
    19-Mar 2.99%
    20-Mar 3.48%
    21-Mar 3.88%
    22-Mar 4.72%
    23-Mar 5.31%
    24-Mar 5.63%
    25-Mar 5.83%

    1. You only present a subset of the data. Without the actual data no one else can validate your analysis. I suspect your data is flawed. Anyone can find the public data here (including snapshots from MDH web site):
      https://covidtracking.com/data/state/minnesota/#history

      There are some major disconnects with this data. Apparently prior to 3/23, MDH only reported positive test results from private labs and not negative test results. Amazingly on 3/23 they recorded 66 positives and zero negatives! Starting on 3/25 MDH reported all tests at private labs. As you can see the %pos went back down.

      The bottom line is only one out of every 40 people tested so far in MN is positive. 39 are negative. I do not understand why that justifies a shelter-in-place order. My sibling who is a lawyer and lives in another state told me the order may be required to unlock Federal aid.

      Please explain why your analysis is different than mine. I really would like to understand it.

      MN cumul data
      March #pos #tested %pos
      28 441 16129 2.7%
      27 398 14003 2.8%
      26 346 12950 2.7%
      25 287 11475 2.5%
      24 262 5812 4.5%
      23 235 4746 5.0%
      22 169 4680 3.6%
      21 137 4090 3.3%
      20 115 3856 3.0%
      19 89 3038 2.9%
      18 77 2762 2.8%
      17 60 2336 2.6%
      16 54 1893 2.9%
      15 35 1422 2.5%
      14 21 868 2.4%
      13 14 555 2.5%

      daily data
      March #pos #tested %pos 7 day %pos avg
      28 43 2126 2.0% 2.5%
      27 52 1053 4.9% 2.8%
      26 59 1475 4.0% 2.6%
      25 25 5663 0.4% 2.4%
      24 27 1066 2.5% 5.8%
      23 66 66 100.0% 6.3%
      22 32 590 5.4% 4.1%
      21 22 234 9.4% 3.6%
      20 26 818 3.2% 3.1%
      19 12 276 4.3% 3.0%
      18 17 426 4.0%
      17 6 443 1.4%
      16 19 471 4.0%
      15 14 554 2.5%
      14 7 313 2.2%

        1. Thanks. I consider any attempt at a trend line (what’s the current slope of the curve?) to be helpful. I don’t see that much difference in the two lists, and I fully agree that what we have is only a rough indicator. Among other factors, the persons tested are a selected population. Like yourself, I also have had to go back and make some corrections.

          Perhaps these data, as they come in, will give us some confirmation of (or challenges to) the recently released MDH modeling. I also noticed the big uptick in the :”tested” numbers 3/24 and forward and have not had a good explanation of them. But here is my updated chart of the 7-day rolling averages, with that late March bump in full view:

          Date 7-day avg % positive tests
          12-Mar 3.17%
          13-Mar 2.49%
          14-Mar 2.44%
          15-Mar 2.46%
          16-Mar 2.87%
          17-Mar 2.59%
          18-Mar 2.83%
          19-Mar 2.94%
          20-Mar 3.06%
          21-Mar 3.60%
          22-Mar 4.11%
          23-Mar 4.80%
          24-Mar 5.81%
          25-Mar 2.41%
          26-Mar 2.59%
          27-Mar 2.79%
          28-Mar 2.53%
          29-Mar 2.57%
          30-Mar 2.59%

  8. This is very helpful, especially the number of new cases reported each day.
    At some point, there will be a consistent downward trend on that number, which will be important.

    I watched the Governor’s speech today declaring that we need another two weeks to stay at home. That’s fine, but he mentioned the idea that, over the next 12-18 months, most (40-80%) Minnesotans will get this virus. He has said this before and it’s very confusing to me.

    I have read much about this virus and I have yet to hear any other official say anything remotely like this. If 40% of Minnesotans get this virus in the next 18 months, and 5% of cases require ICU support, that’s 112,000 people (5.6M x .4 x .05) that will need to use the ICU during that time period. We currently have about 250 ICU beds in the state.

    If true, this is a monumental gap and seems way off from what I have read about in other regions. No one in the media seems to be questioning his assertion on this point. Can someone offer some clarity on this?

    1. I think the problem in your chain of assumptions is the 5% needing ICU. Most of the serious hospital stays are old and vulnerable. Yes I understand some young get admitted, but its a much much smaller % and we don’t have much info on their underlying health. We are still working with very small #’s as a % of the data set and extrapolating across the whole population strikes me as poor science at best and sensationalism to justify draconian action at worst. My sense is the 40% number came from CDC talking about what would happen with little mitigating actions. And if its 40% over the next year and a half, and if it goes more into the general healthy population, I take the WAY under on 5% needing hospital stay.

      1. Thanks for the reply. I agree that this is so new and we’re dealing with small sets of data, which makes extrapolation very difficult. It’s almost like expecting the NTSB to determine the cause of a plane crash while the plane is still in the air. The NTSB needs months, and sometimes years, to determine the full picture and I suspect the same thing will be needed here.

    2. Take you number, 112000 needing hospitalization. Divide by 18 month. Divide again by 30 days/month. You get a little over 20. I know that’s super rough, but that’s not a crazy number. As long as everyone doesn’t end up in the hospital at the same time . . .

    3. Worldwide, the number of people with COVID 19 who are in serious shape runs about 4%, so your 5% may be a bit high, but not greatly so. The current positivity is 20% and, with the exception of NY (which is still increasing, but possibly at a slower rate), COVID 19 is just ramping up in most of the country. It’s not a great stretch to say 40% is possible and even probable.

      The whole point of “flattening the curve”by CPSD (Coronavirus Pandemic Social Distancing) is two-fold: most importantly it slows how fast the virus spreads, so it doesn’t overwhelm (or overwhelm as much) the medical system. You correctly point out that the limited number of ICU cases vs beds is dramatically different. It prevents people from dying solely because they cannot get medical attention.

      In terms of Calculus, flattening the curve keeps the “area” [in this case, deaths] the same under the curve. It will take a longer period of time
      to achieve that same number of deaths.

      The second is that it may reduce the number of deaths. This is both because fewer people may be infected, fewer die as a result of overwhelming the medical system, immunity may be built, a cure and/or vaccine may be developed within that longer timeframe.

      If there really are only 250 ICU beds in MN, we have exceeded 40% of our beds as of today, and Minnesota is only getting started.

      1. You’ve left out the other reason for flattening the curve (or alternatively, shifting the peak out to a later date, or some combination of the two): The time which is gained by doing so allows for the creation of MORE ICU beds, which is something the Governor and his team have been working on achieving since this all began.

    4. Each of those patients will either recover or die within about 10 days. Thus the 250 beds can handle many more patients. 250 x 18 x 30/10 = 13,500 patients.

      1. The median hospital stay for survivors who have been hospitalized is 10-13 days. That does not mean they’ve fully recovered, only that they’ve been discharged with the expectation that they’ll survive in a non-intensive care environment (whether at home or a long term care facility). Non-survivor stays are longer… Those are the current (October 19, 2020) numbers. It’s safe to say that the revolving door isn’t perfect, so there’s still a risk of overwhelming our hospitals, even though treatments have improved. The risk isn’t just to those who may find themselves in a hospital with COVID and no bed and/or overworked hospital staff, but those who have important medical events that aren’t COVID. It’s highly unlikely that the population will simply stop having babies and heart attacks to make way for the plague. In fact, death tolls for a lot of other diseases have gone up during the COVID crisis. Though it’s unclear exactly why people are more likely to die of things like dementia right now (undiagnosed COVID? worse care than before? neglect?), it’s a very real phenomenon. So, assuming that all of those 250 beds are reserved only for those with COVID, and they all get conveniently sick at a constant rate, yeah, 250 beds is sufficient. But we’re not done yet…

  9. General comment – hospital stays over time and ICU stays (both for CV patients) would be useful.

  10. These are excellent. Any chance we could have a graph of active cases in MN? In other words, confirmed cases minus recoveries? In looking at another MN COVID-19 tracking website, I am finding that the recoveries are keeping pace with new cases, is this correct?

  11. All of the above comments are very exciting to read and are keeping me informed. I appreciate the community spirit and lack of rancor that is going into these comments. Everyone, above, appears to have a healthy spirit. While some of the math figures may be wrong, the attempts to understand this concern is very laudable.

    I especially like Sean Benson’s 03/26/2020, 1:20 p.m. analogy. It is pertinent and vivid. Joanna Plante’s brief correction, on 3/26 at 1:27 p.m. was succinct and diplomatic.

    Wonderful teamwork we’re seeing from not only the MinnPost writers but also these very bright and intelligent readers!

  12. The reason for the very high numbers in some projections is this virus is 1) highly contagious and 2) no one has any immunity because it’s brand new. So it will inexorably spread until enough people develop antibodies to it either from catching the disease or being vaccinated against it roughly a year from now.

    In technical terms, it will spread until each case infects less than one other person (R naught < 1). Then it will die out. Social distancing can artificially create this scenario, but will have to be maintained until enough people (probably more than half of the population) have antibodies. That could take a long time. So the current slow-down in cases doesn't mean that we have this under control, just that people are staying home.

    A helpful development is the new blood test to see who has antibodies. This number could be quite high it seems many cases are asymptomatic. These folks can then safely re enter social and economic life.

  13. Thanks for the updates. I believe the state color-coded map isn’t entirely accurate, however. I know there are at least several cases in Brown County, though it is shown as having 0 cases. This might have to do with the fact that those from Brown Cty. with COVID-19 are being treated in Mankato and perhaps elsewhere outside of Brown Cty.

  14. It looks like we’re giving about 1500 tests per day and, and while the number of positive results is still growing, it is still less than 100 per day. I was under the understanding that they’ve only been testing people that are seriously ill. If that is the case, how can the positive rate be significantly below 10%? Do we know what the people are testing negative actually have that looks enough like Covid19 to test for it? Or are they testing more people that are asymptomatic at this point? Is there something else that I’m missing? Curious to hear thoughts from others.

  15. I want to say a huge thank you to MinnPost, Ms. Kaul and Mr. Nuhil for providing and keeping this information up to date. It is extremely helpful to see the actual, factual trends to help offset the emotional panic.

    I am wondering if it is possible to get information about those on ventilators? I love that you distinguish between currently hospitalized and ICU. Adding ventilator info might allow for more precision… if not available, you are already doing an amazing job, and kudos for being a reliable news source.

  16. Thanks for these graphs. It would be great to see this data (cases, new cases, deaths) broken out by age group if possible. Not sure if this data is available anywhere? Or even better…broken out by whether it was from a nursing home or not.

      1. I believe, though,, you’ll find the 60-70 age group only fare marginally bettern than the 70-80 group. Both “almost” equally at risk.

  17. I see a lot of people saying that they think the increases in cases isn’t “real” because it’s reflective of more testing being done. I think this is an example of people looking for reasons to support their biases. The fact is, no one gets tested today that isn’t exhibiting some distress, or symptomatic complaint. They aren’t testing people for Covid outside Walmart randomly, or testing them because they come into the doctor with a sprained ankle. It is what it is, and to try to discredit the numbers through such justifications is not being realistic.

    1. They actually do test people who are asymptomatic. I manage a school building that is used for kids with parents who have critical jobs. We have had covid case in our building and was able to get people tested who were around the confirmed case when she was in the building last. Multiple people got tested and all were asymptomatic. I also have a niece who lives assisted living worker who was positive and did not get a test. Its not consistent. I am more concerned that all confirmed cases are being reported as a likely extreme case ad nauseam and anyone in public with covid is like a grenade with the pin pulled. They are to people who are most at risk. The elderly and those with comorbidities (two or more underlying conditions). NY has great data reporting and of the 20,000 deaths 90% had two or more underlying conditions. In MN no one under 30 has died and something like 85% of the deaths were people over 60. How many of those had underlying conditions like diabetes and hypertension which are two of the highest conditions. I want people to process this data. I also have a friend whose wife had a baby and his wife gave birth and she tested positive for covid at hospital. Babies almost never die of covid and have not in MN. In other states ones that have carry underlying conditions. This is rambling but I hope you see my point. Cases are real but what is going to happen to those cases? Looking at the data we have a good idea but you wouldnt get that listening to media and politicians. I dont think ANY of them know what the deep data actually says.

  18. Hi,. The chart that shows the total number of positives to date is misleading. Of course that number keeps going up and the slope of the chart continues to be fairly steep. You really need to revise the chart – possibly adding into the graph the number of total people tested.
    See, over the last two months those of us who have been following and closely tracking the numbers realize that the infection rate is about 10%. Of that 10%, about 13% of those people end up having to be hospitalized. That is what the numbers show now and it has been what the numbers have shown since the end of March.
    There are about 5.7 million people who live in this state, if we know that the infection rate is 10%, then the total number of infections chart will simply continue to sky rocket with each new day’s test results until the time comes that we have tested every last person in the state. Then the total on the chart will sit somewhere around 570,000. Which the way things are going now, will be around 2025.
    The way the chart is situated now, it is simply reactionary. Some one looks at it, sees the total number, sees how steep the graph is and then thinks to themselves -“My God, this is totally out of control”. But, in you add more context by adding the total number of tests having been done, then the person sees that there are just over 20,000 positive tests out of 197,000 tests being done. Most people would then be able to make the simple calculation that this is just over 10 percent.

  19. Or… could we see a graph of estimated active cases on any given day? We might have a better fight of flight response if we could see that there are recoveries happening as well as deaths.

  20. Presently, Stearns county has a higher per capita rate of infection than Hennepin county. I wonder why?

  21. At the end of July 2020 Minnesota’s Covid numbers are looking much worse than they were a couple of months ago. The upsurge is in younger people being diagnosed (testing positive) with the virus, whether or not they show symptoms (some whole categories of people are now being tested, depending on their workplace, mostly, and there’s a big up-tick in the number of Covid-carriers among long-term care facility staff, who bring it into the space that contains the most vulnerable population).

    Given that a large percentage of those hospitalized with the virus die anyway, including about half of those who are forced onto ventilators, seeing that the number of hospitalized, and those in ICUs has begun growing again in Minnesota is not reassuring.

    1. We stopped including data on the current number of people hospitalized and in the ICU in Minnesota with COVID-19 because the Minnesota Department of Health stopped providing that information on their situation update page (https://www.health.state.mn.us/diseases/coronavirus/situation.html). MDH has subsequently reversed course and is now providing the data on a different page, which you can see here: https://mn.gov/covid19/data/response-prep/response-capacity.jsp . The data are provided in a different format on that page, so we are working on figuring out how to add them back into our dashboard. We know readers value this information.

  22. I see you are now including ‘probable’ deaths to the chart if the deceased person carried the Covid antigens. Is this change driven by how the MDH delivers the data or is a decision of the MinnPost?

    I use your website often. I think your summary is a perfect dashboard to the current status in MN. However, I do not understand the logic of the change to add “probable” to the death chart. If a person had mild Covid in March and fully recovered, but now dies of cancer in October with the antigens discovered in their system, do they show up in the Covid death count?

    Thanks so much for adding some clarity, and keep up the great work!

  23. Hi, there used to be a graph on here showing number of Co-vid19 cases in 1) hospital 2) ICU in MN. Please can we have it back…. or am I just missing something.
    Thanks, Andy

  24. NYTimes lists MN’s testing is down by 30% over the last 14 days while our daily case numbers are up 50% during the same period,What gives?
    The B117 variant is being spread mainly by kids in school, this has been documented in many countries as the #1 source of spread yet nothing is being said about schools in US.

    1. Hi Pat,

      Thanks for pointing this out. While the data were being updated and the charts and totals were all accurate, you are right to point out that the “Last updated” line hadn’t changed since January 21. This was due to a coding error that I just fixed. I don’t think I would have noticed this without your comment, though, so again: thank you!

  25. Would really appreciate replacing the total cases by county graph with one that shows total cases per 1000 population. After two years, the existing total cases graph has devolved to simply show population density. Surprise, Hennepin, Ramsey, Twin Cities is most dense, followed by smaller etro areas, Rochester, Duluty, St. Cloud. The graph suggests that Covid was mostly a Twin Cities problem.

    The ebb and flow over the pandemic duration needs to be averaged out to show impact by county. That’s best represented by cases per 1000, not total cases. The adjusted long view would show variation in impact between counties and will also likely show result of resistance to masking/vaccines and inevitable result. Vaccination percents are higher in the cities than rural areas.

  26. Well, thanks for it while it lasted.

    Good thing the pandemic is completely over and no one is getting sick or dying any more . . . . . . . . . . . . . . .

Leave a comment