featuretools.variable_types.variable.SubRegionCode¶
-
class
featuretools.variable_types.variable.
SubRegionCode
(id, entity, name=None, categories=None)[source]¶ Represents an ISO-3166 standard sub-region code. ISO 3166-2 codes (sub-regions are supported. These codes should be in the Alpha-2 format. e.g. United States of America, Arizona = US-AZ
-
__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
-