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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.1.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -402,7 +402,7 @@ Other
402
402
- Fixed :func:`pandas.testing.assert_series_equal` to correctly raise if left object is a different subclass with ``check_series_type=True`` (:issue:`32670`).
403
403
- :meth:`IntegerArray.astype` now supports ``datetime64`` dtype (:issue:32538`)
404
404
- Fixed bug in :func:`pandas.testing.assert_series_equal` where dtypes were checked for ``Interval`` and ``ExtensionArray`` operands when ``check_dtype`` was ``False`` (:issue:`32747`)
405
-
- Bug in :meth:`Series.map` not raising on invalid ``na_action``
405
+
- Bug in :meth:`Series.map` not raising on invalid ``na_action`` (:issue:`32815`)
0 commit comments