We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33973a5 commit 93d2de6Copy full SHA for 93d2de6
doc/source/whatsnew/v0.19.0.txt
@@ -764,7 +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`)
+- Bug when interacting with multi-type SparseDataFrames: single row slicing now works because types are not forced to float (:issue:`13917`)
768
769
.. _whatsnew_0190.deprecations:
770
0 commit comments