Renaming the index of a Pandas DataFrame changes the name of the index column.
Solution for How to rename the index of a Pandas DataFrame in Python : You can use pandas.Index.names to rename the index Assign a list containing a string specifying the new name of the index to the pandas.Index.names data member of the Index in DataFrame.