featuretools.variable_types.utils.list_variable_types

featuretools.variable_types.utils.list_variable_types()[source]
Retrieves all Variable types as a dataframe, with the column headers

of name, type_string, and description.

Parameters

None

Returns

a DataFrame with column headers of

name, type_strings, and description.

Return type

variable_types (pd.DataFrame)