Skip to main content

A small example package to get raw data from NIJZ vaccinations dashboard

Project description

cepimose

Small library to parse raw data from NIJZ's PowerBI dashboard displaying vaccination stats fro Slovenia

Examples

Prepare environment

python3 -mvenv env
. ./env/bin/activate
pip install git+https://github.com/sledilnik/py-cepimose.git@master#egg=cepimose

Examples

import pandas as pd
import cepimose

data = cepimose.vaccinations_by_day()
df = pd.DataFrame.from_dict(data)
print(df)

data = cepimose.vaccinations_by_age()
df = pd.DataFrame.from_dict(data)
print(df)

data = cepimose.vaccines_supplied_and_used()
df = pd.DataFrame.from_dict(data)
print(df)

Dev

pipenv install -d
pipenv run test

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

cepimose-0.0.2.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

cepimose-0.0.2-py3-none-any.whl (5.5 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