DataTable.
set_index
Set the index column and return a new DataTable. Adds the ‘index’ semantic tag to the column and clears the tag from any previously set index column. Setting a column as the index column will also cause any previously set standard tags for the column to be removed.
index (str) – The name of the column to set as the index
DataTable with the specified index column set.
woodwork.DataTable