File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -697,6 +697,7 @@ Bug Fixes
697
697
- Bug in using ``__deepcopy__`` on empty NDFrame objects (:issue:`15370`)
698
698
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a ``Series`` indexer (:issue:`14730`, :issue:`15424`)
699
699
- 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`)
700
701
- Bug in ``Rolling.quantile`` function that caused a segmentation fault when called with a quantile value outside of the range [0, 1] (:issue:`15463`)
701
702
- Bug in ``pd.cut()`` with a single bin on an all 0s array (:issue:`15428`)
702
703
- Bug in ``pd.qcut()`` with a single quantile and an array with identical values (:issue:`15431`)
You can’t perform that action at this time.
0 commit comments