~/projects/pdschema

pdschema

★ 1

DataFrame schemas with real validation — types, custom checks, decorators for function I/O. The contract Pandas projects need but rarely write twice.

Python

## 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

← back to all projects