Awesome
<a href="https://covid19datahub.io"><img src="https://storage.covid19datahub.io/logo.svg" align="right" height="128"/></a>
COVID-19 Data Hub
The repository is being actively maintained and it will be for the whole 2023 thanks to the support of the R Consortium.
This repository aggregates COVID-19 data at a fine-grained spatial resolution from several sources and makes them available in the form of ready-to-use CSV files available at https://covid19datahub.io
Variable | Description |
---|---|
confirmed | Cumulative number of confirmed cases |
deaths | Cumulative number of deaths |
recovered | Cumulative number of patients released from hospitals or reported recovered |
tests | Cumulative number of tests |
vaccines | Cumulative number of total doses administered |
people_vaccinated | Cumulative number of people who received at least one vaccine dose |
people_fully_vaccinated | Cumulative number of people who received all doses prescribed by the vaccination protocol |
hosp | Number of hospitalized patients on date |
icu | Number of hospitalized patients in intensive therapy on date |
vent | Number of patients requiring invasive ventilation on date |
population | Total population |
The dataset also includes policy measures by Oxford's government response tracker, and a set of keys to match the data with Google and Apple mobility reports, with the Hydromet dataset, and with spatial databases such as Eurostat for Europe or GADM worldwide.
Administrative divisions
The data are provided at 3 different levels of granularity:
- level 1: national-level data (e.g., countries)
- level 2: sub-national data (e.g., regions/states)
- level 3: lower-level data (e.g., municipalities/counties)
Download the data
All the data are available to download at the download centre.
How it works
COVID-19 Data Hub is developed around 2 concepts:
- data sources
- countries
To extract the data for one country, different data sources may be required. For this reason, the code in the R folder is organized in two main types of files:
- files representing a data source (prefix
ds_
) - files representing a country (prefix
iso_
)
The ds_
files implement a wrapper to pull the data from a provider and import them in an R data.frame
with standardized column names. The iso_
files take care of merging all the data sources needed for one country, and to map the identifiers used by the provider to the id
listed in the CSV files. Finally, the function covid19
takes care of downloading the data for all countries at all levels.
The code is run continuously on a dedicated Linux server to crunch the data from the providers. In principle, one can use the function covid19
from the repository to generate the same data we provide at the download centre. However, this takes between 1-2 hours, so that downloading the pre-computed files is typically more convenient.
Contribute
If you find some issues with the data, please report a bug.
Academic publications
The first version of the project is described in "COVID-19 Data Hub", Journal of Open Source Software, 2020. The implementation details and the latest version of the data are described in "A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution", Scientific Data, Nature, 2022. You can browse the publications that use COVID-19 Data Hub here and here. Please cite our paper(s) when using COVID-19 Data Hub.
Cite as
We have invested a lot of time and effort in creating COVID-19 Data Hub, please cite the following when using it:
Guidotti, E., Ardia, D., (2020), "COVID-19 Data Hub", Journal of Open Source Software 5(51):2376, doi: 10.21105/joss.02376.
A BibTeX entry for LaTeX users is:
@Article{guidotti2020,
title = {COVID-19 Data Hub},
year = {2020},
doi = {10.21105/joss.02376},
author = {Emanuele Guidotti and David Ardia},
journal = {Journal of Open Source Software},
volume = {5},
number = {51},
pages = {2376}
}
The implementation details and the latest version of the data are described in:
Guidotti, E., (2022), "A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution", Sci Data 9, 112, doi: 10.1038/s41597-022-01245-1
A BibTeX entry for LaTeX users is:
@Article{guidotti2022,
title = {A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution},
year = {2022},
doi = {10.1038/s41597-022-01245-1},
author = {Emanuele Guidotti},
journal = {Scientific Data},
volume = {9},
number = {1},
pages = {112}
}
Terms of use
By using COVID-19 Data Hub, you agree to our terms of use.