Skip to content

Interfacing several COVID-19 related datasets

License

Notifications You must be signed in to change notification settings

upaq/covid19_datasets

 
 

Repository files navigation

DELVE COVID-19 Dataset

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.

Reading the dataset

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')

Examples

We provide two Jupyter notebooks with examples:

Codebook

View the Codebook for details of the fields available in the dataset

Data sources

About

Interfacing several COVID-19 related datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.5%
  • Python 4.5%