NOTICE
The upcoming release of Featuretools 1.0.0 contains several breaking changes. Users are encouraged to test this version prior to release by installing from GitHub:
pip install https://github.com/alteryx/featuretools/archive/woodwork-integration.zip
For details on migrating to the new version, refer to Transitioning to Featuretools Version 1.0. Please report any issues in the Featuretools GitHub repo or by messaging in Alteryx Open Source Slack.
featuretools.variable_types.variable.
CountryCode
Represents an ISO-3166 standard country code. ISO 3166-1 (countries) are supported. These codes should be in the Alpha-2 format. e.g. United States of America = US
__init__
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(id, entity[, name, categories])
Initialize self.
create_from(variable)
create_from
Create new variable this type from existing
to_data_description()
to_data_description
Attributes
description
dtype
entityset
interesting_values
name
series
type_string