woodwork.datatable.DataTable.remove_semantic_tags

DataTable.remove_semantic_tags(semantic_tags)[source]

Remove the semantic tags for any column names in the provided semantic_tags dictionary. Replaces the column with a new DataColumn object and return a new DataTable object.

Parameters

semantic_tags (dict[str -> str/list/set]) – A dictionary mapping the columns in the DataTable to the tags that should be removed to the column

Returns

DataTable with the specified semantic tags removed

Return type

woodwork.DataTable