Skip to content

Commit 2fb090f

Browse files
committed
DOC: what's new for pandas-dev#15452
1 parent c6c1392 commit 2fb090f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ Bug Fixes
697697
- Bug in using ``__deepcopy__`` on empty NDFrame objects (:issue:`15370`)
698698
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a ``Series`` indexer (:issue:`14730`, :issue:`15424`)
699699
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a numpy array (:issue:`15434`)
700+
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a list of missing labels (:issue:`15452`)
700701
- Bug in ``Rolling.quantile`` function that caused a segmentation fault when called with a quantile value outside of the range [0, 1] (:issue:`15463`)
701702
- Bug in ``pd.cut()`` with a single bin on an all 0s array (:issue:`15428`)
702703
- Bug in ``pd.qcut()`` with a single quantile and an array with identical values (:issue:`15431`)

0 commit comments

Comments
 (0)