woodwork.logical_types.Address¶
-
class
woodwork.logical_types.
Address
[source]¶ Represents Logical Types that contain address values.
Examples
['1 Miller Drive, New York, NY 12345', '1 Berkeley Street, Boston, MA 67891'] ['26387 Russell Hill, Dallas, TX 34521', '54305 Oxford Street, Seattle, WA 95132']
-
__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
-