pandera.dtypes.DataType#
- class pandera.dtypes.DataType[source]#
Base class of all Pandera data types.
Attributes
auto_coerceWhether to force coerce to be True in all cases
continuousWhether the number data type is continuous.
typeMethods
Check that pandera
DataTypeare equivalent.Coerce data container to the data type.
Coerce an value to a particular type.
Coerce data container to the data type, raises a
ParserErrorif the coercion fails :raises:ParserError: if coercion failsCoerce data container to the data type.