featuretools.list_logical_types# featuretools.list_logical_types()[source]# Returns a dataframe describing all of the available Logical Types. Parameters: None – Returns: A dataframe containing details on each LogicalType, including the corresponding physical type and any standard semantic tags. Return type: pd.DataFrame