You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: fix SparseSeries reindex by using Series implementation
closespandas-dev#15447
Author: Pietro Battiston <[email protected]>
Closespandas-dev#15461 from toobaz/drop_sparse_reindex and squashes the following commits:
9084246 [Pietro Battiston] Test SparseSeries.reindex with fill_value and nearest
d6a46da [Pietro Battiston] Use _shared_docs for documentation
922c7b0 [Pietro Battiston] Test "copy" argument
af99190 [Pietro Battiston] Whatsnew
7945cb4 [Pietro Battiston] Tests for .loc() and .reindex() on sparse series with MultiIndex
55b99f8 [Pietro Battiston] BUG: Drop faulty and redundant reindex() for SparseSeries
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+4
Original file line number
Diff line number
Diff line change
@@ -672,6 +672,10 @@ Bug Fixes
672
672
- Bug in ``Rolling.quantile`` function that caused a segmentation fault when called with a quantile value outside of the range [0, 1] (:issue:`15463`)
673
673
674
674
675
+
- Bug in ``SparseSeries.reindex`` on single level with list of length 1 (:issue:`15447`)
676
+
677
+
678
+
675
679
- Bug in the display of ``.info()`` where a qualifier (+) would always be displayed with a ``MultiIndex`` that contains only non-strings (:issue:`15245`)
676
680
677
681
- Bug in ``.asfreq()``, where frequency was not set for empty ``Series` (:issue:`14320`)
0 commit comments