renaming an index in pandas data frame

Solutions on MaxInterview for renaming an index in pandas data frame by the best coders in the world

showing results for - "renaming an index in pandas data frame"
Joris
19 May 2017
1df.rename(index={'Republic of Korea':'South Korea'},inplace=True)