I want to change the column index name
here the column index name (To be more preceise, sequence name) is 'Data Field':-
To a new sequence name, may be Column1, but when I'm doing
df.index.name = 'Column1'
It's adding Column1 at the bottom of the previous column index name. Which I don't want