Multi-Index¶
Pandas IO
Update a pandas DataFrame
Add level to a MultiIndexes in pandas
Construct MultiIndexes in pandas
Reset the Index of a pandas DataFrame
reset_index¶
By default reset_index
returns a copy rather than modify the original data frame.
You can specify inplace = True
to overwrite the behavior.