Code Monkey home page Code Monkey logo

rki-covid19-data's Introduction

rki-covid19-data

The Robert Koch-Institut (rki) maintains a dashboard with the development of verified covid19 infections in germany. That dashboard provides an arcgis API. This repository uses that API to dump all data from the table RKI_COVID19 into a csv file for convenient consumption.

Daily Releases

Build Status

Integrate with pandas

>>> import pandas as pd
>>> df = pd.read_csv('https://github.com/ihucos/rki-covid19-data/releases/download/2020-04-03/data.csv')
>>>
>>> #  Total verified infections as shown in dashboard
>>> df['AnzahlFall'][df['AnzahlFall'] > 0].sum()
79696

Sample

IdBundesland Bundesland Landkreis Altersgruppe Geschlecht AnzahlFall AnzahlTodesfall ObjectId Meldedatum IdLandkreis Datenstand NeuerFall NeuerTodesfall
10 Saarland LK Sankt Wendel A60-A79 W 1 0 697852 1585785600000 10046 "03.04.2020, 00:00 Uhr" 1 -9
10 Saarland LK Sankt Wendel A80+ M 1 0 697853 1585699200000 10046 "03.04.2020, 00:00 Uhr" 0 -9
10 Saarland LK Sankt Wendel unbekannt M 1 0 697854 1583971200000 10046 "03.04.2020, 00:00 Uhr" 0 -9
11 Berlin SK Berlin Mitte A00-A04 M 1 0 697855 1583366400000 11001 "03.04.2020, 00:00 Uhr" 0 -9
11 Berlin SK Berlin Mitte A00-A04 M 1 0 697856 1583884800000 11001 "03.04.2020, 00:00 Uhr" 0 -

Note

CI is triggered with https://cron-job.org/ at 1am Europe/Berlin to upload a new release

rki-covid19-data's People

Contributors

ihucos avatar

Watchers

 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.