Regression: concatenating MultiIndex
with empty RangeIndex
raises
#41234
Labels
Index
Related to the Index class or subclasses
Regression
Functionality that used to work in a prior pandas version
Milestone
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
As also reported here: dask/dask#7610, PR #38671 introduced the following behaviour:
Originally posted by @jorisvandenbossche in dask/dask#7610 (comment)
IIUC the fix for this could possibly be as simple as replacing
pandas/pandas/core/indexes/base.py
Lines 2926 to 2928 in 0acbff8
with
The text was updated successfully, but these errors were encountered: