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
Describe the bug
During implementing PR #7054 , I noticed that Index.rename is accessible within MultiIndex class, however its behavior is ill-defined.
Closes#7057
Properly overrides `MultiIndex.rename` from `Index.rename`, reusing API from `MultiIndex.set_names`.
Authors:
- Michael Wang <[email protected]>
Approvers:
- GALI PREM SAGAR (@galipremsagar)
URL: #7172
Describe the bug
During implementing PR #7054 , I noticed that
Index.rename
is accessible withinMultiIndex
class, however its behavior is ill-defined.Steps/Code to reproduce bug
Expected behavior
MultiIndex.rename
should handle list-like input and rename the index levels accordingly.Environment overview (please complete the following information)
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsClick here to see environment details
Additional context
https://pandas.pydata.org/docs/reference/api/pandas.Index.rename.html
The text was updated successfully, but these errors were encountered: