pandera.typing¶
Typing module.
For backwards compatibility, pandas types are exposed to the top-level scope of the typing module.
Pandas object annotations
|
Representation of pandas.DataFrame, only used for type annotation. |
|
Representation of pandas.Index, only used for type annotation. |
|
Representation of pandas.Series, only used for type annotation. |
Dtype annotations
|
Semantic representation of a boolean 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 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 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 |
|
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 string data type. |
|
Semantic representation of a |