Closed mknaranja closed 2 years ago
I probably found the error in the vaccination script. A "lower" had to be replaced by "lower equal". What I'd checked:
df_data[df_data.Impfschutz==2].Number.sum()-df_data_agevacc_county_cs.loc[df_data_agevacc_county_cs.Date=="2022-01-16", "Vacc_completed"].sum()
0.0
df_data[df_data.Impfschutz==3].Number.sum()-df_data_county_cs.loc[df_data_county_cs.Date=="2022-01-16", "Vacc_refreshed"].sum()
0.0
df_data[df_data.Impfschutz==2].Number.sum()-df_data_ageinf_county_cs.loc[df_data_ageinf_county_cs.Date=="2022-01-16", "Vacc_completed"].sum()
0.0
df_data_agevacc_county_cs.loc[(df_data_agevacc_county_cs.Age_RKI=="05-11"),"Vacc_partially"].sum()
717566.0
Closed by #177
Since Dec 21, 2021, new vaccination data for age group 5-11 is available. This has to be added.
Also output for federal states aggregation should be possible.