Skip to main content

Scrape the RKI Data from Arcgis into a Pandas Dataframe

Project description

(yet another) RKI Scraper

The RKI is the abbreviation for the German Robert Koch Institut. They are the central science organisation consulting the German government in health issues.

They also track (count) all sick and deceased persons.

This package shall provide sick and deceased person counts for all German States (Bundesländer) and Counties (Landkreise).

It downloads the current version of the RKI csv file and parses it into a pandas dataframe. That's about it, but I haven't found anything similar on the web last summer.

To try it, do the following:

~$ pip install rki_scraper
~$ python
>>> from rki_scraper import RKI
>>> r = RKI()  # wait a while to download and parse a >>100 MB csv file
>>> r.df.head()

If you need help, or find a bug just drop a mail!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rki_scraper-0.1.8.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page