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__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
Attributes
backup_dtype
primary_dtype
standard_tags
type_string
-