DataTable.
rename
Renames columns in a DataTable
columns (dict[str -> str]) – A dictionary mapping columns whose names we’d like to change to the name to which we’d like to change them.
DataTable with the specified columns renamed.
woodwork.DataTable
Note
Index and time index columns cannot be renamed.