ENH/BUG: Rename of MultiIndex DataFrames does not work...
xref #14139 for empty MI Hi everybody, in the current version renaming of MultiIndex DataFrames does not work. Lets take the following example: import datetime as DT import pandas as pd df = pd.DataFrame({ 'Branch' : 'A A A A A B'.split(...