You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
kdebrab
changed the title
Rename MultiIndex level destroys CategoricalIndex on other levels
BUG: Rename MultiIndex level destroys CategoricalIndex on other levels
May 28, 2018
Uh oh!
There was an error while loading. Please reload this page.
When renaming some values in one of the levels of an index, any CategoricalIndex on other unrelated levels are suddenly no longer categorical.
Code Sample, a copy-pastable example if possible
returns
Problem description
Index level 'A' should remain a CategoricalIndex after renaming values on index level 'B'.
Expected Output
The same as what we get when displaying
a.index.get_level_values('A')
(before renaming):Output of
pd.show_versions()
INSTALLED VERSIONS
commit : None
python : 3.6.6.final.0
python-bits : 64
OS : Windows
OS-release : 10
machine : AMD64
processor : Intel64 Family 6 Model 78 Stepping 3, GenuineIntel
byteorder : little
LC_ALL : None
LANG : None
LOCALE : None.None
pandas : 0.25.1
numpy : 1.17.1
pytz : 2019.2
dateutil : 2.8.0
pip : 19.2.3
setuptools : 39.0.1
Cython : 0.29.4
pytest : 4.2.1
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : 1.1.2
lxml.etree : 4.3.4
html5lib : 1.0.1
pymysql : None
psycopg2 : None
jinja2 : 2.10.1
IPython : 5.8.0
pandas_datareader: None
bs4 : 4.6.1
bottleneck : 1.2.1
fastparquet : None
gcsfs : None
lxml.etree : 4.3.4
matplotlib : 2.2.4
numexpr : 2.6.9
odfpy : None
openpyxl : 2.5.12
pandas_gbq : None
pyarrow : None
pytables : None
s3fs : None
scipy : 1.3.1
sqlalchemy : 1.2.18
tables : None
xarray : 0.12.3
xlrd : 1.2.0
xlwt : 1.3.0
xlsxwriter : 1.1.2
The text was updated successfully, but these errors were encountered: