This repository provides a data set for COVID-19 research consolidated from multiple sources. The dataset is available as CSV which can be loaded into most environments. We also provide Python code for accessing underlying datasets which in some cases provide more detail or finer resolution.
Download the CSV from the dataset directory and load it in your favourite analysis tool.
In Python you can load the CSV directly using Pandas:
import pandas as pd
data_df = pd.read_csv('https://raw.githubusercontent.com/rs-delve/covid19_datasets/master/dataset/combined_dataset_latest.csv')
We provide two Jupyter notebooks with examples:
- Basic exploratory data analysis of the combined international dataset
- Usage of the underlying datasets.
View the Codebook for details of the fields available in the dataset
- Oxford Government Response Tracker
- ACAPS #COVID19 Government Measures
- Our World in Data
- Google Mobility Report
- World Bank Data Bank
- Human Mortality Database
- The Economist excess mortality tracker
- EUROSTAT
- Apple Maps Mobility Trends Reports
- UK Met Office
- Simplemaps
- International Organization for Standardization