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#
Listed here for compatibility with pandera versions < 0.7. Passing native pandas dtypes to pandera components is preferred.
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 date data type. |
|
Semantic representation of a |
GeoPandas Dtypes#
new in 0.9.0
Pydantic Dtypes#
new in 0.10.0
A pydantic model datatype applying to rows in a dataframe. |
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 |
|
|
Engines#
Base Engine metaclass. |
|
Numpy data type engine. |
|
Pandas data type engine. |