Skip to content

Commit 9d534e0

Browse files
committed
DOC - Add bug of PR pandas-dev#29788 to whatsnew
1 parent ed19fa3 commit 9d534e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ Other
559559
- Bug in :meth:`DataFrame.append` that raised ``IndexError`` when appending with empty list (:issue:`28769`)
560560
- Fix :class:`AbstractHolidayCalendar` to return correct results for
561561
years after 2030 (now goes up to 2200) (:issue:`27790`)
562+
- Bug in :meth:`Series.map` where the mapper could not be a dict-like object which subclasses `collections.abc.Mapping` (:issue:`29733`)
562563

563564

564565
.. _whatsnew_1000.contributors:

0 commit comments

Comments
 (0)