tybles

Tybles: simple schemas for Pandas dataframes


Keywords
pandas, python, python3, typing
License
BSD-3-Clause
Install
pip install tybles==0.3.2

Documentation

Tybles: simple schemas for Pandas dataframes

See the website https://denisrosset.github.io/tybles

How to compile the documentation

poetry install -E docs -E beartype -E typeguard # important, install the documentation extras
poetry run make -C docs clean html