Skip to main content

Web Scraper for Poland COVID19 data.

Project description

Web Scraper of COVID-19 data for Poland

Python package covid19poland provides access to COVID-19 data of Poland.

The data is scraped from Wikipedia.

Setup and usage

Install from pip with

pip install covid19poland

Importing main fetch() function with

import covid19poland as PL

x = PL.fetch()

Package is regularly updated. Update with

pip install --upgrade covid19poland

Parametrization

Level

Level is a setting for granularity of data

  1. Country level (default)
  2. State level
import covid19poland as PL

# country level
x1 = PL.fetch(level = 1)
# state level
x2 = PL.fetch(level = 2)

Offline

The package contains manually checked dataset from Twitter. It can be read and parsed from json to pandas dataframe using offline submodule.

import covid19poland as PL

# parse offline
x = PL.offline.read()

Contribution

Developed by Martin Benes.

Join on GitHub.

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

covid19poland-0.0.13.tar.gz (107.2 kB view hashes)

Uploaded Source

Built Distribution

covid19poland-0.0.13-py3-none-any.whl (35.2 kB view hashes)

Uploaded Python 3

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