BUG: cannot construct Index of empty tuples #45608
Labels
Bug
Index
Related to the Index class or subclasses
Nested Data
Data where the values are collections (lists, sets, dicts, objects, etc.).
Milestone
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
The index constructor has a special case for when the input list consists purely of tuples. However, it's not aware of the special case in MultiIndex that forbids number of levels == 0. Index should avoid trying to construct a MultiIndex in this case.
(Even better, MultiIndex could just support 0-level indexes. Yes, they are trivial in some sense, but they are also perfectly sensible.)
Expected Behavior
Both lines should evaluate correctly to identical indexes.
Installed Versions
pandas : 1.3.4
numpy : 1.21.3
pytz : 2021.3
dateutil : 2.8.2
pip : 21.1.1
setuptools : 58.0.4
Cython : 0.29.24
pytest : 6.2.4
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : 4.6.3
html5lib : 1.1
pymysql : None
psycopg2 : None
jinja2 : 3.0.2
IPython : 7.29.0
pandas_datareader: None
bs4 : 4.10.0
bottleneck : 1.3.2
fsspec : 2021.08.1
fastparquet : None
gcsfs : None
matplotlib : 3.4.3
numexpr : 2.7.3
odfpy : None
openpyxl : 3.0.9
pandas_gbq : None
pyarrow : 3.0.0
pyxlsb : None
s3fs : None
scipy : 1.6.2
sqlalchemy : None
tables : 3.6.1
tabulate : None
xarray : 0.19.0
xlrd : 2.0.1
xlwt : None
numba : 0.53.1
The text was updated successfully, but these errors were encountered: