We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de32ba commit eb16464Copy full SHA for eb16464
doc/source/whatsnew/v3.0.0.rst
@@ -698,6 +698,7 @@ Indexing
698
- Bug in :meth:`DataFrame.loc` with inconsistent behavior of loc-set with 2 given indexes to Series (:issue:`59933`)
699
- Bug in :meth:`MultiIndex.insert` when a new value inserted to a datetime-like level gets cast to ``NaT`` and fails indexing (:issue:`60388`)
700
- Bug in printing :attr:`Index.names` and :attr:`MultiIndex.levels` would not escape single quotes (:issue:`60190`)
701
+- Bug in :meth:`Series.iloc` with inconsistent behavior between ``__getitem__`` and ``__setitem__`` for Series boolean indexers (:issue:`60994`)
702
703
Missing
704
^^^^^^^
0 commit comments