DataFrame ModelsΒΆ
DataFrame ModelΒΆ
Model of a pandas |
|
Model of a polars |
|
Definition of a |
|
Base class for the DataFrame model. |
Model ComponentsΒΆ
Column or index field specification of a DataFrameModel. |
|
Defines DataFrameModel check methods for columns/indexes. |
|
|
Defines DataFrameModel check methods for dataframes. |
Defines DataFrameModel parse methods for columns/indexes. |
|
|
Defines DataFrameModel parse methods for dataframes. |
ConfigΒΆ
Define pandas DataFrameSchema-wide options. |
|
Define polars DataFrameSchema-wide options. |
|
Define DataFrameSchema-wide options. |
TypingΒΆ
PandasΒΆ
|
A generic type for pandas.DataFrame. |
|
Representation of pandas.Series, only used for type annotation. |
|
Representation of pandas.Index, only used for type annotation. |
GeopandasΒΆ
A generic type for geopandas.GeoDataFrame. |
|
|
Representation of geopandas.GeoSeries, only used for type annotation. |
DaskΒΆ
Representation of dask.dataframe.DataFrame, only used for type annotation. |
|
Representation of pandas.Series, only used for type annotation. |
|
Representation of pandas.Index, only used for type annotation. |
PysparkΒΆ
|
Representation of dask.dataframe.DataFrame, only used for type annotation. |
|
Representation of pandas.Series, only used for type annotation. |
|
Representation of pandas.Index, only used for type annotation. |
ModinΒΆ
|
Representation of dask.dataframe.DataFrame, only used for type annotation. |
|
Representation of pandas.Series, only used for type annotation. |
|
Representation of pandas.Index, only used for type annotation. |
FastAPIΒΆ
|
Pandera-specific subclass of fastapi.UploadFile. |
Serialization FormatsΒΆ
Data container serialization formats. |