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[, null_invalid_values])Converts a series dtype to Int64.
validate
(series, *args, **kwargs)Validates that a logical type is consistent with the series dtype.
Attributes
primary_dtype
standard_tags
type_string