woodwork.logical_types.IntegerNullable¶
-
class
woodwork.logical_types.
IntegerNullable
[source]¶ Represents Logical Types that contain positive and negative numbers without a fractional component, including zero (0). May contain null values. Has ‘numeric’ as a standard tag.
Examples
[100, 35, np.nan] [-54, 73, 11]
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
transform
(series)Converts the series dtype to match the logical type’s if it is different.
Attributes
backup_dtype
primary_dtype
standard_tags
type_string
-