woodwork.table_schema.TableSchema.remove_semantic_tags

TableSchema.remove_semantic_tags(semantic_tags)[source]

Remove the semantic tags for any column names in the provided semantic_tags dictionary, updating the Woodwork typing information. Including index or time_index tags will set the Woodwork index or time index to None for the DataFrame.

Parameters

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