We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1863adb commit aaf1143Copy full SHA for aaf1143
doc/source/whatsnew/v3.0.0.rst
@@ -1001,6 +1001,7 @@ Numeric
1001
1002
Conversion
1003
^^^^^^^^^^
1004
+- Bug in :func:`maybe_convert_objects` for large ``int`` values mixed with ``None`` (:issue:`58485`)
1005
- Bug in :meth:`DataFrame.astype` not casting ``values`` for Arrow-based dictionary dtype correctly (:issue:`58479`)
1006
- Bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
1007
- Bug in :meth:`Series.astype` might modify read-only array inplace when casting to a string dtype (:issue:`57212`)
0 commit comments