get_growth_rate

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

Calculates the growth rate values

Parameters

covid_df (pd.DataFrame) – Full covid19 data from a data_source

Returns

covid19 DataFrame, with growth rate values instead of totals.

Return type

pd.DataFrame