We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed19fa3 commit 9d534e0Copy full SHA for 9d534e0
doc/source/whatsnew/v1.0.0.rst
@@ -559,6 +559,7 @@ Other
559
- Bug in :meth:`DataFrame.append` that raised ``IndexError`` when appending with empty list (:issue:`28769`)
560
- Fix :class:`AbstractHolidayCalendar` to return correct results for
561
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`)
563
564
565
.. _whatsnew_1000.contributors:
0 commit comments