Skip to content

Commit

Permalink
DOC: Add line indicating bug fix pandas-dev#55509
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliobarbosa committed Feb 27, 2024
1 parent 02c1b77 commit 5169022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ Bug fixes
~~~~~~~~~
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
- Fixed bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
- Fixed bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
- Fixed bug in :meth:`Series.diff` allowing non-integer values for the ``periods`` argument. (:issue:`56607`)

Categorical
Expand Down

0 comments on commit 5169022

Please sign in to comment.