I have a MultiIndex Dataframe df like Below
Office
Office
x True 2
y False 3
z True 5
If i reset df.reset_index() it will Error as
"cannot insert Office, already exists"
How its posible to rename the the higher(which comes in very first line) index name "Office" to "Office1"