## What it is
pdschema brings schema validation and contracts to Pandas DataFrames — column types, custom checks, decorators for function inputs and outputs.
## Why I built it
Pandas projects rarely write the same validation twice because it's tedious, not because it's optional. A small library that makes contracts normal beats ad-hoc assert soup in every pipeline.
## Try it
pip install pdschema