get_JHU_data_subset

get_JHU_data_subset(subset: str) → pandas.core.frame.DataFrame[source]

Retrives covid19 data subset from JHU (Johns Hopkins University) https://github.com/CSSEGISandData/COVID-19

Parameters

subset (str) – Name of the subset, currently ‘confirmed’ or ‘deaths’ see: https://github.com/CSSEGISandData/COVID-19/issues/1250

Returns

Dataframe containing the covid19 data subset from JHU

Return type

pd.DataFrame