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 a3ff481 commit c550eacCopy full SHA for c550eac
doc/source/whatsnew/v3.0.0.rst
@@ -1169,6 +1169,7 @@ Sparse
1169
- Bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
1170
- Bug in :meth:`DataFrame.sparse.from_spmatrix` which hard coded an invalid ``fill_value`` for certain subtypes. (:issue:`59063`)
1171
- Bug in :meth:`DataFrame.sparse.to_dense` which ignored subclassing and always returned an instance of :class:`DataFrame` (:issue:`59913`)
1172
+- Bug in :meth:`cumsum` for integer arrays Calling SparseArray.cumsum caused max recursion depth error. (:issue:`62669`)
1173
1174
ExtensionArray
1175
^^^^^^^^^^^^^^
0 commit comments