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 dc7b704 commit 10c40e5Copy full SHA for 10c40e5
doc/source/whatsnew/v1.3.0.rst
@@ -877,7 +877,7 @@ Sparse
877
878
- Bug in :meth:`DataFrame.sparse.to_coo` raising ``KeyError`` with columns that are a numeric :class:`Index` without a 0 (:issue:`18414`)
879
- Bug in :meth:`SparseArray.astype` with ``copy=False`` producing incorrect results when going from integer dtype to floating dtype (:issue:`34456`)
880
-- Bug in :meth:`max` and `min` for :class:`SparseArray` type do not exist (:issue:`40921`)
+- Bug in :class:`SparseArray` type as :meth:`max` and :meth:`min` do not exist (:issue:`40921`)
881
882
ExtensionArray
883
^^^^^^^^^^^^^^
0 commit comments