woodwork.datacolumn.DataColumn.reset_semantic_tags

DataColumn.reset_semantic_tags(retain_index_tags=False)[source]

Reset the semantic tags to the default values. The default values will be either an empty set or a set of the standard tags based on the column logical type, controlled by the use_standard_tags property.

Parameters

retain_index_tags (bool, optional) – If True, any ‘index’ or ‘time_index’ tags on the column will be retained. If False, all tags will be cleared. Defaults to False.

Returns

DataColumn with reset semantic tags.

Return type

woodwork.DataColumn