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 @@ -748,6 +748,7 @@ Bug Fixes
748
748
- Bug in using ``__deepcopy__`` on empty NDFrame objects (:issue:`15370`)
749
749
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a ``Series`` indexer (:issue:`14730`, :issue:`15424`)
750
750
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a numpy array (:issue:`15434`)
751
+ - Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a list of missing labels (:issue:`15452`)
751
752
- Bug in ``Rolling.quantile`` function that caused a segmentation fault when called with a quantile value outside of the range [0, 1] (:issue:`15463`)
752
753
- Bug in ``pd.cut()`` with a single bin on an all 0s array (:issue:`15428`)
753
754
- 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