Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

janluke/iccas-python

Repository files navigation

ICCAS Python Helper

image

image

Documentation Status

image

This repository contains:

  • a helper package to get the ICCAS dataset (Italian Coronavirus Cases by Age group and Sex), processing and visualizing it;
  • some Jupyter notebooks that you can run on Binder clicking on the badge "launch notebooks" above.

The package

The package includes several submodules:

Module Description
loading Obtain, cache and load the dataset(s)
processing Data (pre)processing. Fix data inconsistencies, resample data with interpolation.
queries Select subsets of data, aggregate or extract useful values.
charts Draw charts and animations (in Italian or English).

To install the package:

pip install iccas

If you want to use the CLI, you need extra dependencies:

pip install iccas[cli]

and you also need to install ffmpeg.

Notebooks

Notebooks text is written in Italian but charts are available in English as well. You just need to run in the first cell:

ic.set_locale('en')

To run notebooks locally, you need to install jupyter , for example with:

pip install jupyterlab

Then:

pip install -r binder/requirements.txt
./binder/postBuild

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Python helper library and jupyter notebooks about the "Italian Coronavirus Cases by Age group ans Sex" (ICCAS) dataset.

Resources

License

Stars

Watchers

Forks

Packages

No packages published