Skip to content

Commit 9e24d6f

Browse files
committed
add bugfix to 2.3 whatsnew
1 parent b98e2e1 commit 9e24d6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v2.3.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Timezones
120120
Numeric
121121
^^^^^^^
122122
- Enabled :class:`Series.mode` and :class:`DataFrame.mode` with ``dropna=False`` to sort the result for all dtypes in the presence of NA values; previously only certain dtypes would sort (:issue:`60702`)
123+
- Bug in :meth:`Series.round` on object columns no longer raises ``TypeError``
123124
-
124125

125126
Conversion

0 commit comments

Comments
 (0)