Skip to content

PyZDC

CI License

Introduction

PyZDC is a Python package that helps you work with health data, specifically for diseases like Dengue, Zika, and Chikungunya. It simplifies data extraction, transformation, and loading (ETL) from SINAN, a Brazilian epidemiological database.

The package is designed to be easy to use, even for beginners in programming.


Installation

You can install PyZDC using:

pip install pyzdc

If you use uv or poetry:

# uv
uv add pyzdc

# poetry
poetry add pyzdc

For more details, visit: GitHub Repository.