COVID-19 cases in Maryland congregate living facilities

Five months ago, I was wondering why Maryland remove COVID-19 cases from its count in congregate living facilities (nursing homes, prisons, …). I still don’t have any answer but I found a technical solution :-) The Python script (in src/ in the MD-coronavirus repo on Github) just fills in the latest data for days where data is missing. On a side note, it also fix some basic issues like a reporting date in year “0200” (instead of “2020”). You can play with the fixed data file here. ...

November 15, 2020 · 2 min · jepoirrier

COVID-19 cases in Wallonia schools

In Wallonia (Southern part of Belgium), universities are already back to only giving online classes, schools will be closed two additional days after the Autumn holidays (so November 2-11), and secondary schools (12-18 years-old children) will be virtual for the 3 days before the Autumn holidays (so October 28-30). The reason? The exploding number of COVID-19 cases in schools. In Wallonia, education is in the hands of the French-speaking Community (along with Brussels) but its statistics department doesn’t seem to provide public data on COVID-19. For that, we have to look at ONE (roughly: " Office for births and infancy") that communicate weekly numbers of cases and quarantines in children in schools via press releases (forcing us to parse PDFs but it’s better than no data). ...

October 26, 2020 · 3 min · jepoirrier

COVID-19 clusters in Belgium

Recently (I’m writing this on October 20), the (new) Belgian government decided to apply more stringent prophylaxis measures to contain COVID-19. One of the controversial measure is to close bars and restaurants for a month. Unfortunately, in a way, at approximately the same time, AVIQ released its latest poll on COVID-19 clusters in Wallonia ( AVIQ is the Walloon agency for well-being, health, handicap and family). I wrote it was unfortunate because I read and heard several people who criticized the closing of bars and restaurants by citing this poll. But this poll cannot answer in favor or against this closure; it doesn’t look at that … ...

October 19, 2020 · 4 min · jepoirrier

A third of Maryland counties tested more than 25% of residents

Sometimes, you think that you found something interesting but the Maryland Department of Health is already presenting it on its COVID-19 dashboard :-D For instance, I calculated the percentage of residents of the different counties ever tested (regardless of the test result). I found out that a third of Maryland counties (8/24) tested at least once more than 25% of their residents. Indeed, as of yesterday (August 10), here are the counties in that category: ...

August 11, 2020 · 2 min · jepoirrier

COVID-19 hospitalization by age in Maryland

Since mid-July 2020 in Maryland, we understood that the 20-59 yr age group was problematic, especially the 20-29 yr age group that is racing to overtake all age groups in terms of number of COVID-19 cases (relative to their population, see top chart below). In terms of COVID-19 hospitalizations, we also saw a small rebound (see chart below; it seems that it subsides since beginning of August). But what we didn’t know (for this small peak as well as since the beginning) was what is the age of these hospitalized populations. Did these hospitalizations impacted more the older adults? The younger ones? Or the children? The Maryland Department of Health COVID-19 dashboard doesn’t report that information (nor in the API). ...

August 9, 2020 · 2 min · jepoirrier

Moving from US to Belgium during a pandemic

We moved our family from the US (Maryland, just in case you didn’t know yet) to Belgium - no big deal. During the COVID-19 pandemic, in July-August 2020 - now we’re talking … I wrote this post to document our journey. We were (and still are) extremely privileged to have been able to do this, in the conditions we did it. The journey is not over. I’ll update and continue to document it until we fall back into something more “normal” … [long post]

August 6, 2020 · 9 min · jepoirrier

What does release from home isolation mean in Maryland?

Since the beginning of this pandemic, one metric intrigued many of us in Maryland: the cumulative number of people released from isolation. Initially (before the data release via API, when there was only the MDH dashboard), it was even thought to be the number of hospital patients released from isolation. It’s not: the API page mentions: Total Number Released from Isolation data layer is a collection of the statewide cumulative total of individuals who tested positive for COVID-19 that have been reported each day by each local health department via the ESSENCE system as having been released from home isolation. As “recovery” can mean different things as people experience COVID-19 disease to varying degrees of severity, MDH reports on individuals released from isolation. “Released from isolation” refers to those who have met criteria and are well enough to be released from home isolation. Some of these individuals may have been hospitalized at some point. ...

August 5, 2020 · 4 min · jepoirrier

A first insight on COVID-19 contact tracing in Maryland

I may have missed when the data was first released but I discovered the Maryland Department of Health (MDH) is publishing some data about COVID-19 contact tracing (in Maryland). This data is not on the main COVID-19 dashboard but on the contact tracing page (and in the datasets that can be downloaded). Here is a first insight of what happened so far … Note: if you just look for where to get tested in Maryland, the official information is here. ...

August 3, 2020 · 3 min · jepoirrier

What is the COVID-19 positivity rate in Maryland?

Every day, Governor Hogan and members of his team are communicating news on the COVID-19 situation in Maryland via Twitter (and other media): @GovLarryHogan, @riccimike, @katadhall, … (and of course: @MDHealthDept too!). A number of data enthusiasts are also parsing the MD Department of Health data: @TylerFogarty7, @MikeBReporter, @JauquetW, @PrayagGordy, … and of course: @jepoirrier) … And this is only on Twitter! But also every day, there is one thing that constantly changes: how everyone is calculating the COVID-19 positivity rate. Today (July 26), for instance, the different daily positivity rates announced are: 3.77% ( Hogan), 4.47% ( Hogan again in the same tweet, Hall, Ricci, MD Health Department, Fogarty) and ~6% (for me, the exact number behind the ~ is 6.14%). This doesn’t show the 7-days (or n-days) averages and other measures. And this is only on Twitter. ...

July 27, 2020 · 6 min · jepoirrier

Gender of COVID-19 cases and deaths in Maryland

After my previous posts about age of COVID-19 cases and deaths in Maryland, it was logical that I write about the gender of these cases and deaths. Rest assured: this time, it will be much shorter ;-) Indeed, in a nutshell, in Maryland (like in the rest of the world), women are more impacted than men by the disease. But men are dying of the disease a little bit more than women. Note: this post was updated on July 15, 2020, to fix an error in my code! ...

July 15, 2020 · 3 min · jepoirrier