-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
IndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselvesNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action
Description
As mentioned in #6552 there is an open question about whether reindex should keep the index name if the new index has no name.
Current Behavior:
- reindex keeps index name if the argument is a list or an ndarray
- replaces the index name if the argument is an index, even if the new index does not have a new name.
Related Issues:
#9854
Metadata
Metadata
Assignees
Labels
IndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselvesNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action