Tybles: simple schemas for Pandas dataframes
Contents
Tybles: simple schemas for Pandas dataframes¶
Tybles is a simple layer over Pandas that:
documents the dataframe schema using standard Python dataclasses
sets up Pandas parsing using numpy’s
numpy.dtype
validates the resulting dataframe using either beartype or typeguard.