We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e833fa commit fb6237cCopy full SHA for fb6237c
doc/source/whatsnew/v0.19.0.txt
@@ -764,6 +764,7 @@ Note that the limitation is applied to ``fill_value`` which default is ``np.nan`
764
- Bug in ``SparseDataFrame`` doesn't respect passed ``SparseArray`` or ``SparseSeries`` 's dtype and ``fill_value`` (:issue:`13866`)
765
- Bug in ``SparseArray`` and ``SparseSeries`` don't apply ufunc to ``fill_value`` (:issue:`13853`)
766
- Bug in ``SparseSeries.abs`` incorrectly keeps negative ``fill_value`` (:issue:`13853`)
767
+- Bug when slicing single rows of multi-type ``SparseDataFrames`` (:issue:`13917`)
768
769
.. _whatsnew_0190.deprecations:
770
0 commit comments