woodwork.table_schema.TableSchema.set_time_index

TableSchema.set_time_index(new_time_index, validate=True)[source]

Set the time index. Adds the ‘time_index’ semantic tag to the column and clears the tag from any previously set index column

Parameters

new_time_index (str) – The name of the column to set as the time index. If None, will remove the time_index.