Mined out the commit history of COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University this dataset has early outbreak trajectories (21st Jan 2020 up to March 8th 2020) for a wide range of geographies, for confirmed cases, deaths and recovered cases. These trajectories are based on reported date, but are occasionally revised which will vary from region to region and maybe between different statistics, which show up as infrequent changes in published estimates over time.
data("early_global_combined")An object of class tbl_df (inherits from tbl, data.frame) with 104036 rows and 9 columns.
This data set is originally licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) by the Johns Hopkins University on behalf of its Center for Systems Science in Engineering. Copyright Johns Hopkins University 2020.
country (chr) The country
province (chr) Sub-national division
lat (dbl) Latitude
long (dbl) Longitude
reported_date (date) Date of the observation based on reports of cases on this date.
total_cases (dbl) Cumulative cases
published_date (date) Date the observation was published on the JHU github.
total_deaths (dbl) Cumulative deaths
total_recovered (dbl) Cumulative recovered
dplyr::glimpse(early_global_combined)
Run the code above in your browser using DataLab