unused_names

property DataFrame.unused_names

List of the names of all unused columns. Unused columns will not be used by the feature learning algorithms.

Returns:
List[str]:

List of the names of all columns that are unused.