how remove name of index pandas

Solutions on MaxInterview for how remove name of index pandas by the best coders in the world

showing results for - "how remove name of index pandas"
Josefa
01 Feb 2016
1df = df.rename_axis(None, axis = 1)