We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a6a7e commit 2171c82Copy full SHA for 2171c82
doc/source/whatsnew/v3.0.0.rst
@@ -285,6 +285,7 @@ Bug fixes
285
- Fixed bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
286
- Fixed bug in :meth:`Series.diff` allowing non-integer values for the ``periods`` argument. (:issue:`56607`)
287
- Fixed bug in :meth:`Series.rank` that doesn't preserve missing values for nullable integers when ``na_option='keep'``. (:issue:`56976`)
288
+- Fixed bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
289
290
Categorical
291
^^^^^^^^^^^
0 commit comments