Git Product home page Git Product logo

covid19_datasets's Introduction

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', parse_dates=['DATE'])

Or in R:

X = read.csv(url("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.

Licence

This software is published under the MIT licence. The data generated are available under the Creative Commons Attribution 4.0 International License.

Citation

We recommend citing the combined dataset as follows, noting the importance of including an access date, since the data may be retroactively updated over time.

@misc{DelveCovidDataset,
    title = {DELVE Global COVID-19 Dataset},
    howpublished= {\url{https://github.com/rs-delve/covid19_datasets/blob/master/dataset/combined_dataset_latest.csv}},
    note = {Accessed: <DATE ACCESSED>}
} 

We also recommend citing the original sources of any fields you use, these sources can be found in the Codebook.

Data sources

A full description of data sources, links to their documentation and update frequencies is available here.

covid19_datasets's People

Contributors

avishkar58 avatar apaleyes avatar upaq avatar lawrennd avatar datapoet avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.