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__()¶
Methods
__init__
()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