We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c1b77 commit 5169022Copy full SHA for 5169022
doc/source/whatsnew/v3.0.0.rst
@@ -264,6 +264,7 @@ Bug fixes
264
~~~~~~~~~
265
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
266
- Fixed bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
267
+- Fixed bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
268
- Fixed bug in :meth:`Series.diff` allowing non-integer values for the ``periods`` argument. (:issue:`56607`)
269
270
Categorical
0 commit comments