We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9f74d commit 4ead141Copy full SHA for 4ead141
doc/source/whatsnew/v0.23.0.txt
@@ -555,7 +555,7 @@ Sparse
555
556
- Bug in which creating a ``SparseDataFrame`` from a dense ``Series`` or an unsupported type raised an uncontrolled exception (:issue:`19374`)
557
- Bug in :class:`SparseDataFrame.to_csv` causing exception (:issue:`19384`)
558
--
+- Bug in :class:`SparseArray.memory_usage` which caused segfault by accessing non sparse elements (:issue:`19368`)
559
560
Reshaping
561
^^^^^^^^^
@@ -591,4 +591,3 @@ Other
591
^^^^^
592
593
- Improved error message when attempting to use a Python keyword as an identifier in a ``numexpr`` backed query (:issue:`18221`)
594
-- Bug in `Series.memory_usage` which assumes series will always have more than one element (:issue:`19368`)
0 commit comments