Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Remove onlyPartiallyVaccinated* and add boostedOnce* #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ Usually, the spreadsheets containing the statistics for day `X` are published on

### Partially vs. fully vaccinated

There’s been [some](https://github.com/mathiasbynens/covid-19-vaccinations-germany/issues/27#issuecomment-829299315) [confusion](https://github.com/mathiasbynens/covid-19-vaccinations-germany/issues/35#issuecomment-856290243) about what “partial” vaccination means. Given that there are multiple potentially interesting metrics that RKI does not report directly, we derive and expose the following additional columns:
There’s been [some](https://github.com/mathiasbynens/covid-19-vaccinations-germany/issues/27#issuecomment-829299315) [confusion](https://github.com/mathiasbynens/covid-19-vaccinations-germany/issues/35#issuecomment-856290243) about what “partial” vaccination means. Given that there are multiple potentially interesting metrics that RKI does not report directly, we clarify the metrics our data exposes:

- `onlyPartiallyVaccinatedCumulative`: the number of people who are partially vaccinated but still need a second shot. (They received exactly 1 dose of Pfizer/BioNTech, Moderna, Oxford/AstraZeneca, and still need a second dose to become fully vaccinated.)
- `onlyPartiallyVaccinatedPercent`
- `atLeastPartiallyVaccinatedCumulative`: the number of people who received at least one vaccination. (They received at least 1 dose of Pfizer/BioNTech, Moderna, Oxford/AstraZeneca, or Johnson & Johnson. This includes people who received 2 doses of Pfizer/BioNTech, Moderna, or Oxford/AstraZeneca.)
- `atLeastPartiallyVaccinatedPercent`
- `fullyVaccinatedCumulative`: the number of people who received either 1 dose of Johnson & Johnson; or 2 doses of Pfizer/BioNTech, Moderna, or Oxford/AstraZeneca.
Expand Down
Loading