Skip to content

Commit 2ad9269

Browse files
committed
add whatsnew for the fix for pandas-dev#17407
1 parent 5b187f9 commit 2ad9269

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ Indexing
517517
- Bug in ``CategoricalIndex`` reindexing in which specified indices containing duplicates were not being respected (:issue:`17323`)
518518
- Bug in intersection of ``RangeIndex`` with negative step (:issue:`17296`)
519519
- Bug in ``IntervalIndex`` where performing a scalar lookup fails for included right endpoints of non-overlapping monotonic decreasing indexes (:issue:`16417`, :issue:`17271`)
520+
- Bug in ``Series.renam`` when called with `str` will alter name of series rather than index of series. (:issue:`17407`)
520521

521522
I/O
522523
^^^

0 commit comments

Comments
 (0)