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.utils.find_variable_types

featuretools.variable_types.utils.find_variable_types()[source]
Retrieves all Variable types as a dictionary where key is type_string

of Variable, and value is a Variable object.

Parameters

None

Returns

Return type

variable_types (dict)