Tybles: simple schemas for Pandas dataframes

Tybles: simple schemas for Pandas dataframes

Tybles is a simple layer over Pandas that:

To install

Just use pip:

pip install tybles

If you want to pull the beartype or typeguard extras, add either or both:

pip install tybles[beartype, typeguard]

To use

Have a look at the tutorial.