-
Notifications
You must be signed in to change notification settings - Fork 18.2k
Upcoming changes in time series tables #1250
Description
We will update the time series tables in the following days, aiming to provide a cleaner and more organized dataset consistent with our new/current naming convention. We will also be reporting a new variable (i.e, testing), as well as data at the county level for the US. All files will continue to be updated daily around 11:59PM UTC.
The followiing specific changes will be made:
-
Three new time series tables will be added for the US. The first two will be the confirmed cases and deaths, reported at the county level. The third, number of tests conducted, will be reported at the state level. These new tables will be named
time_series_covid19_confirmed_US.csv,time_series_covid19_deaths_US.csv,time_series_covid19_testing_US.csv, respectively. -
Changes to the current time series include the removal of the US state and county-level entries, which will be replaced with a new single country level entry for the US. The tables will be renamed
time_series_covid19_confirmed_global.csvandtime_series_covid19_deaths_global.csv, andtime_series_covid19_testing_global.csv, respectively. -
The ISO code will be added in the global time series tables.
-
The FIPS code will be added in the new US time series tables.
-
We will no longer provide recovered cases.
-
The current set of time series files will be moved to our archive folder, and the new files will be added to the current folder.
Thanks!
Update: time_series_covid19_recovered_global.csv is added.