German national COVID-19 7-day incidence as an exogenous level regressor.
Reads the bundled, static RKI series (datasets/csv/covid_infection_rate_de.csv, CC-BY-4.0) and broadcasts the daily national 7-day incidence (per 100,000) onto the hourly target index: forward-filled within the data’s date span and filled with fill_outside (0.0 by default) before the first and after the last observed day, since outside the pandemic window there is no signal.
This is a slow socio-economic level input (a lockdown-stringency proxy). It carries the CR-3 release-lag caveat: the bundled file is the final published vintage, whereas on a true live path only the latest, lagged vintage is available. For training over historical data this is the standard treatment.
Parameters
Name
Type
Description
Default
data_home
DataHome
Unused (kept for a uniform provider signature); the dataset is package data, located via get_package_data_home().
Extended healing budget for the trailing-edge NaN run (the run containing index[-1]). The effective tail budget is max(max_gap, max_tail_gap). See :func:_align_to_index. Defaults to 0.
pd.DataFrame: One column (covid_infection_rate by default), float32, indexed exactly by index. Values outside the pandemic date range are filled with fill_outside (0.0).