Can it impossible to fill names parameter of concat() when keys is specified with Index/MultiIndex object? #13742
Labels
Duplicate Report
Duplicate issue or pull request
Enhancement
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Thanks for all developers,
I think it's useful and natural behaviour
when
keys
parameter of concat() function is specified with Index or MultiIndex object, itsname
ornames
attribute is not taken over to the result DataFrame object.In such case, I think it's useful and natural behavior that the name of 1st level of the result indices is automatically set as
"index_Y"
.Are there any probrems or difficulties if this change will be applied?
output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: