Core#

Schemas#

pandera.api.pandas.container.DataFrameSchema

A light-weight pandas DataFrame validator.

pandera.api.pandas.array.SeriesSchema

Series validator.

Schema Components#

pandera.api.pandas.components.Column

Validate types and properties of DataFrame columns.

pandera.api.pandas.components.Index

Validate types and properties of a DataFrame Index.

pandera.api.pandas.components.MultiIndex

Validate types and properties of a DataFrame MultiIndex.

Checks#

pandera.api.checks.Check

Check a data object for certain properties.

pandera.api.hypotheses.Hypothesis

Special type of Check that defines hypothesis tests on data.