pandera.dtypes.Complex64¶
- class pandera.dtypes.Complex64[source]¶
Semantic representation of a complex number data type stored in 64 bits.
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.
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.