featuretools.variable_types.variable.ZIPCode¶
-
class
featuretools.variable_types.variable.
ZIPCode
(id, entity, name=None, categories=None)[source]¶ Represents a postal address in the United States. Consists of a series of digits which are casts as string. Five digit and 9 digit zipcodes are supported.
-
__init__
(id, entity, name=None, categories=None)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(id, entity[, name, categories])Initialize self.
create_from
(variable)Create new variable this type from existing
to_data_description
()Attributes
dtype
entityset
interesting_values
name
series
type_string
-