Giter Club home page Giter Club logo

covid-19-dataset's Introduction

COVID-19 Dataset

This COVID-19 Dataset should be used for Data Sciene. Therefore the columns are the same for JHU and RKI data to load them with pandas.

Case numbers Germany from Robert Koch-Institut (RKI) in Germany

Description of columns:

StateDateConfirmedDeaths
Name of federal state (German Bundesland) Date in %Y-%m-%d format Numbers of confirmed cases Numbers of deaths

COVID-19-RKI

Case numbers from Johns Hopkins University (JHU) for the World

COVID-19-JHU

Data by day

Description of columns:

Data: data/jhu/time_series_covid19_confirmed_deaths_recovered.csv
CityStateCountryDateLatitudeLongitudeConfirmedDeathsRecoveredActiveWHO Region
Name from City Name of federal state Name from Country Date in %Y-%m-%d format Latitude Longitude Numbers of confirmed cases Numbers of deaths Numbers of recovered Active = Confirmed - Deaths - Recovered WHO Region

Grouped by Day and Country

Data: data/jhu/time_series_covid19_grouped_day_country.csv
DateCountryConfirmedDeathsRecoveredActiveNew casesNew deathsNew recoveredWHO Region
Date in %Y-%m-%d format Name from Country Numbers of confirmed cases Numbers of deaths Numbers of recovered Active = Confirmed - Deaths - Recovered New cases / Day New deaths / Day New recovered / Day WHO Region

Grouped by all Countries together

Data: data/jhu/time_series_covid19_grouped_by_countries.csv

Columns:

    Country
    Confirmed
    Deaths
    Recovered
    Active
    New cases
    New deaths
    New recovered
    Deaths / 100 Cases
    Recovered / 100 Cases
    Deaths / 100 Recovered
    Confirmed last week
    1 week change
    1 week % increase
    WHO Region

Grouped by all Days together

Data: data/jhu/time_series_covid19_grouped_by_days.csv

Columns:

    Date
    Confirmed
    Deaths
    Recovered
    Active
    New cases
    New deaths
    New recovered
    Deaths / 100 Cases
    Recovered / 100 Cases
    Deaths / 100 Recovered
    Country Number

Common data description

Population CSV files

The dataset contains population data of different countries/regions from 1960 to 2018. There are condensed and region-wise data in the population dataset.

Origin: https://data.worldbank.org/indicator/SP.POP.TOTL

Kaggle Competion

Install Python environment

Create environment and install Python libs for a GNU/Linux operation system:

$ . env.sh
$ pip3 install pandas urllib shutil wget

Update Dataset

Update data only

$ . update.sh

Update, commit and push data

$ . aupdate.sh

or manually

$ python get_data.py

covid-19-dataset's People

Contributors

milanowicz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.