Skip to content

Commit 45bf013

Browse files
committed
add bugfix to 2.3 whatsnew
1 parent 6467d5f commit 45bf013

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
@@ -107,6 +107,7 @@ Timezones
107107
Numeric
108108
^^^^^^^
109109
- 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`)
110+
- Bug in :meth:`Series.round` on object columns no longer raises ``TypeError``
110111
-
111112

112113
Conversion

0 commit comments

Comments
 (0)