pandera.engines.pandas_engine.INT32¶
- class pandera.engines.pandas_engine.INT32[source]¶
Semantic representation of a
pandas.Int32Dtype
.Attributes
auto_coerce
Whether to force coerce to be True in all cases
bit_width
Number of bits used by the machine representation.
continuous
Whether the number data type is continuous.
exact
Whether the data type is an exact representation of a number.
signed
Whether the integer data type is signed.
type
Native pandas dtype boxed by the data type.
Methods
- check(pandera_dtype, data_container=None)[source]¶
Check that pandera
DataType
are equivalent.- Parameters:
- Return type:
- Returns:
boolean scalar or iterable of boolean scalars, indicating which elements passed the check.