get_infectious

get_infectious(covid_df: pandas.core.frame.DataFrame) → None[source]

Calculates the number of still infectious people. This function uses the mutability of DataFrames, which is why it doesn’t have a return value

Parameters

covid_df (pd.DataFrame) – Dataframe containing all covid19 data