Data TypesΒΆ
Library-agnostic dtypesΒΆ
Base class of all Pandera data types. |
|
Semantic representation of a boolean data type. |
|
Semantic representation of a timestamp data type. |
|
alias of |
|
Semantic representation of a delta time data type. |
|
Semantic representation of a categorical data type. |
|
Semantic representation of a floating data type. |
|
Semantic representation of a floating data type stored in 16 bits. |
|
Semantic representation of a floating data type stored in 32 bits. |
|
Semantic representation of a floating data type stored in 64 bits. |
|
Semantic representation of a floating data type stored in 128 bits. |
|
Semantic representation of an integer data type. |
|
Semantic representation of an integer data type stored in 8 bits. |
|
Semantic representation of an integer data type stored in 16 bits. |
|
Semantic representation of an integer data type stored in 32 bits. |
|
Semantic representation of an integer data type stored in 64 bits. |
|
Semantic representation of an unsigned integer data type. |
|
Semantic representation of an unsigned integer data type stored in 8 bits. |
|
Semantic representation of an unsigned integer data type stored in 16 bits. |
|
Semantic representation of an unsigned integer data type stored in 32 bits. |
|
Semantic representation of an unsigned integer data type stored in 64 bits. |
|
Semantic representation of a complex number data type. |
|
Semantic representation of a complex number data type stored in 64 bits. |
|
Semantic representation of a complex number data type stored in 128 bits. |
|
Semantic representation of a complex number data type stored in 256 bits. |
|
Semantic representation of a decimal data type. |
|
Semantic representation of a string data type. |
Pandas DtypesΒΆ
Passing native pandas dtypes to pandera components is preferred, and will be converted to the following pandera-native dtypes. See here for more details.
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Specializes numpy_engine.String.coerce to handle pd.NA values. |
|
Semantic representation of a potentially timezone-aware datetime. |
|
Semantic representation of a date data type. |
|
Representation of pandas |
|
Representation of pandas |
|
Representation of pandas |
|
A pydantic model datatype applying to rows in a dataframe. |
|
A datatype to support python generics. |
|
A datatype to support python generics. |
|
A datatype to support python generics. |
|
A datatype to support python generics. |
|
A datatype to support python generics. |
Pyarrow DtypesΒΆ
new in 0.20.0
Pyarrow datatypes are available with the pandas validation engine. Passing native Pyarrow dtypes are preferred, and will be converted to the following pandera-native dtypes. See here for more details.
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
|
Semantic representation of a |
GeoPandas DtypesΒΆ
new in 0.9.0
Semantic representation of geopandas |
Pydantic DtypesΒΆ
new in 0.10.0
A pydantic model datatype applying to rows in a dataframe. |
Polars DtypesΒΆ
new in 0.19.0
Polars signed 8-bit integer data type. |
|
Polars signed 16-bit integer data type. |
|
Polars signed 32-bit integer data type. |
|
Polars signed 64-bit integer data type. |
|
Polars unsigned 8-bit integer data type. |
|
Polars unsigned 16-bit integer data type. |
|
Polars unsigned 32-bit integer data type. |
|
Polars unsigned 64-bit integer data type. |
|
Polars 32-bit floating point data type. |
|
Polars 64-bit floating point data type. |
|
Polars decimal data type. |
|
Polars date data type. |
|
Polars datetime data type. |
|
Polars time data type. |
|
Polars timedelta data type. |
|
Polars Array nested type. |
|
Polars List nested type. |
|
Polars Struct nested type. |
|
Polars boolean data type. |
|
Polars string data type. |
|
Polars enum data type. |
|
Polars categorical data type. |
|
Pandera categorical data type for polars. |
|
Polars binary data type. |
|
Polars null data type. |
|
Semantic representation of a |
Utility functionsΒΆ
Returns True if first argument is lower/equal in DataType hierarchy. |
|
Return True if |
|
Return True if |
|
Return True if |
|
Return True if |
|
Return True if |
|
Return True if |
|
Return True if |
|
Return True if |
|
Return True if |
|
|
Xarray dtypesΒΆ
xarray uses NumPy-like dtypes; DataType
wraps resolution for xarray.DataArray validation.
xarray-compatible data type. |
EnginesΒΆ
Base Engine metaclass. |
|
Numpy data type engine. |
|
Pandas data type engine. |
|
Polars data type engine. |
|
PySpark data type engine. |
|
xarray data type engine. |