We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
http://stackoverflow.com/questions/17591104/in-pandas-can-i-deeply-copy-a-dataframe-including-its-index-and-column/17591423#17591423
This means if we change the index in place, e.g. with name:
df1 = df.copy() df1.index.name = 'ffg'
This changes the name of the df.index.