concat on columns fails with multi-index when index names are not overlapping #2480
Labels
bug 🦗
Something isn't working
External
Pull requests and issues from people who do not regularly contribute to modin
P2
Minor bugs or low-priority feature requests
pandas concordance 🐼
Functionality that does not match pandas
System information
modin.__version__
): 0.8.2Describe the problem
Using
concat
columns on 2 data frames with multi-index and no overlapping index names fails withValueError: cannot join with no overlapping index names
. Same operation works using pandasSource code / logs
The following works with pandas but fails with modin
The text was updated successfully, but these errors were encountered: