File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -764,7 +764,7 @@ Note that the limitation is applied to ``fill_value`` which default is ``np.nan`
764
764
- Bug in ``SparseDataFrame`` doesn't respect passed ``SparseArray`` or ``SparseSeries`` 's dtype and ``fill_value`` (:issue:`13866`)
765
765
- Bug in ``SparseArray`` and ``SparseSeries`` don't apply ufunc to ``fill_value`` (:issue:`13853`)
766
766
- Bug in ``SparseSeries.abs`` incorrectly keeps negative ``fill_value`` (:issue:`13853`)
767
- - Bug when slicing single rows of multi-type `` SparseDataFrames`` (:issue:`13917`)
767
+ - Bug when interacting with multi-type SparseDataFrames: single row slicing now works because types are not forced to float (:issue:`13917`)
768
768
769
769
.. _whatsnew_0190.deprecations:
770
770
You can’t perform that action at this time.
0 commit comments