You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
-22
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,6 @@ As of 2021-02-11, this repository also provides [data on vaccine orders being de
22
22
23
23
Usually, the spreadsheets containing the statistics for day `X` are published on day `X + 1`, but there have been exceptions where the stats got published on the same day. In case multiple spreadsheets are released containing data for the same `date`, we only consider the latest version.
24
24
25
-
### `initialDoses*` vs. `finalDoses*`
26
-
27
-
- Any columns with the `initialDoses` prefix refer exclusively to first doses of vaccines that require two doses in total (i.e. Pfizer/BioNTech, Moderna, or Oxford/AstraZeneca).
28
-
- Any columns with the `finalDoses` prefix refer exclusively to
29
-
- second doses of vaccines that require two doses in total (i.e. Pfizer/BioNTech, Moderna, or Oxford/AstraZeneca), and
30
-
- doses of vaccines that only require a single dose (i.e. Johnson & Johnson).
31
-
32
25
### Partially vs. fully vaccinated
33
26
34
27
There’s been [some confusion](https://github.com/mathiasbynens/covid-19-vaccinations-germany/issues/27#issuecomment-829299315) 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:
@@ -40,21 +33,6 @@ There’s been [some confusion](https://github.com/mathiasbynens/covid-19-vaccin
40
33
-`fullyVaccinatedCumulative`: the number of people who received either 1 dose of Johnson & Johnson; or 2 doses of Pfizer/BioNTech, Moderna, or Oxford/AstraZeneca.
41
34
-`fullyVaccinatedPercent`
42
35
43
-
### Deprecated columns
44
-
45
-
As of 2021-04-08, RKI stopped reporting the following data points:
46
-
47
-
-`initialDosesDueToAge`
48
-
-`initialDosesDueToProfession`
49
-
-`initialDosesDueToMedicalReasons`
50
-
-`initialDosesToNursingHomeResidents`
51
-
-`finalDosesDueToAge`
52
-
-`finalDosesDueToProfession`
53
-
-`finalDosesDueToMedicalReasons`
54
-
-`finalDosesToNursingHomeResidents`
55
-
56
-
These columns are still included in the CSV as they contain potentially useful data for prior dates.
57
-
58
36
### Anomalies in the data
59
37
60
38
Cumulative vaccination metrics cannot decrease over time, yet sometimes the reported data contains such a “drop” (as reflected in [the charts](https://mathiasbynens.github.io/covid-19-vaccinations-germany/)). These anomalies match the data reported by the RKI, which sometimes overreports statistics and then corrects the numbers for the next day, or vice versa. (Sadly, the RKI doesn’t publish corrected numbers for the previous day, else we could retroactively correct our data.)
0 commit comments