woodwork.logical_types.IPAddress¶
-
class
woodwork.logical_types.
IPAddress
[source]¶ Represents Logical Types that contain IP addresses, including both IPv4 and IPv6 addresses.
Examples
["172.16.254.1", "192.0.0.0", "2001:0db8:0000:0000:0000:ff00:0042:8329"]
-
__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
-