pandera.engines.numpy_engine.Object¶
- class pandera.engines.numpy_engine.Object[source]¶
Semantic representation of a
numpy.object_
.Attributes
continuous
Whether the number data type is continuous.
type
Native numpy dtype boxed by the data type.
Methods