Skip to content

Commit 99b7112

Browse files
committed
listed bugfix
1 parent f5e9aeb commit 99b7112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ Numeric
921921
- Bug in :meth:`DataFrame.diff` with ``axis=1`` returning incorrect results with mixed dtypes (:issue:`32995`)
922922
- Bug in :meth:`DataFrame.corr` and :meth:`DataFrame.cov` raising when handling nullable integer columns with ``pandas.NA`` (:issue:`33803`)
923923
- Bug in :class:`DataFrame` and :class:`Series` addition and subtraction between object-dtype objects and ``datetime64`` dtype objects (:issue:`33824`)
924+
- Bug in :meth:`Series.value_counts` with ``normalize=True`` for NA values (:issue:`25970`)
924925

925926
Conversion
926927
^^^^^^^^^^

0 commit comments

Comments
 (0)