tybles

tybles

Data-frame typing / schema documentation module

This module provides helpers to read/process/write pandas DataFrame instances with simple validation.

Types

_RowSpec

Dataclass specifying a dataframe row

Functions

schema

Creates a dataframe schema from a row specification dataclass

tyble

rtype

Tyble[TypeVar(_RowSpec)]

Classes

Schema

Describes the structure of a Pandas dataframe

Tyble

Describes a Pandas dataframe enriched with a schema