Core¶
Schemas¶
A light-weight pandas DataFrame validator. |
|
A pandas Series validator. |
|
A polars LazyFrame or DataFrame validator. |
|
A light-weight PySpark DataFrame validator. |
|
Library-agnostic base class for DataFrameSchema definitions. |
Schema Components¶
Validate types and properties of pandas DataFrame columns. |
|
Validate types and properties of a pandas DataFrame Index. |
|
Validate types and properties of a pandas DataFrame MultiIndex. |
|
Polars column schema component. |
|
Validate types and properties of DataFrame columns. |
|
Base class for data container component, e.g. columns. |
Checks¶
Check a data object for certain properties. |
|
Special type of |
Data Objects¶
Create new instance of PolarsData(lazyframe, key) |
|
Pyspark Object which holds dataframe and column value in a named tuble |
Configuration¶
Pandera config base class. |
|
Whether to apply checks at schema- or data-level, or both. |
|
Indicates whether a check/validator operates at a schema of data level. |
|
Temporarily set pandera config options to custom settings. |
|
Gets the configuration context. |