src.prepare_data.task_prepare_rki_data

This module prepares the data from RKI.

For validation,

  • the sum of “newly_infected” yields the number of total infections

  • the sum of “newly_deceased” yields the number of total deaths

in the daily report from RKI for the same date.

Explanation on the coding of the variables

Module Contents

Functions

task_prepare_rki_data(depends_on, produces)

Attributes

DROPPPED_COLUMNS = ['IdBundesland', 'Landkreis', 'Geschlecht', 'Datenstand', 'NeuGenesen', 'AnzahlGenesen',...[source]
RENAME_COLUMNS[source]
AGE_GROUPS_TO_INTERVALS[source]
TRANSLATE_STATES[source]
task_prepare_rki_data(depends_on, produces)[source]