pandera.engines.pandas_engine.STRING¶
- class pandera.engines.pandas_engine.STRING(storage='python')[source]¶
Semantic representation of a
pandas.StringDtype
.Attributes
continuous
Whether the number data type is continuous.
storage
type
Native pandas dtype boxed by the data type.
Methods
Check that pandera
DataType
are equivalent.Coerce data container to the data type.
Convert a
pandas.StringDtype
to a Panderapandera.engines.pandas_engine.STRING
.Coerce data container to the data type.