sociepy / covid19-vaccination-subnational

🌍💉 Global COVID-19 vaccination data at the regional level.
https://sociepy.org/covid19-vaccination-subnational
GNU General Public License v3.0
61 stars 15 forks source link

Heads-up: structure of upstream data for Germany changed #63

Closed mathiasbynens closed 3 years ago

mathiasbynens commented 3 years ago

Due to upstream changes, we had to change our data structure a bit: https://github.com/mathiasbynens/covid-19-vaccinations-germany/blob/main/data/data.csv

lucasrodes commented 3 years ago

Hi, Thanks for the heads up on Germany data!

Quick question, a J&J administered dose would increment both fields initialDosesCumulative and finalDosesCumulative?

If so, I may have to change the current computation of total vaccinations administered and may indeed use t he Johnson-related columns.

mathiasbynens commented 3 years ago

No, a final dose is never an initial dose. J&J doses only count towards finalDosesCumulative, matching the source sheet. I'll add a FAQ entry to the README to clarify this.

mathiasbynens commented 3 years ago

Clarified it here: https://github.com/mathiasbynens/covid-19-vaccinations-germany/blob/main/README.md#initialdoses-vs-finaldoses

I'm open to suggestions for better names. I had considered partialDoses instead of initialDoses but that sounds like half a dose is administered :| Another one that came to mind is nonFinalDoses which has the benefit of being unambiguous, but... it sounds a bit weird.

lucasrodes commented 3 years ago

Thanks for the clarification, @mathiasbynens.

I find your choice quite smart and simple. This way the total number of doses administered can still be obtained by means of simple addition (initialDosesCumulative+finalDosesCumulative).

Thanks for adding the section in the README, appreciate it.

mathiasbynens commented 3 years ago

https://github.com/mathiasbynens/covid-19-vaccinations-germany#partially-vs-fully-vaccinated