woodwork.logical_types.Integer#
- class woodwork.logical_types.Integer[source]#
Represents Logical Types that contain positive and negative numbers without a fractional component, including zero (0). Has ‘numeric’ as a standard tag.
Examples
[100, 35, 0] [-54, 73, 11]
- __init__()#
Methods
__init__
()transform
(series[, null_invalid_values])Converts the series dtype to match the logical type's if it is different.
validate
(series, *args, **kwargs)Validates that a logical type is consistent with the series dtype.
Attributes
primary_dtype
standard_tags
type_string