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 a0ed560 commit 0052a3aCopy full SHA for 0052a3a
doc/source/whatsnew/v0.23.0.txt
@@ -306,6 +306,7 @@ Indexing
306
- :func:`Index.to_series` now accepts ``index`` and ``name`` kwargs (:issue:`18699`)
307
- :func:`DatetimeIndex.to_series` now accepts ``index`` and ``name`` kwargs (:issue:`18699`)
308
- Bug in indexing non-scalar value from ``Series`` having non-unique ``Index`` will return value flattened (:issue:`17610`)
309
+- Bug in ``__setitem__`` when indexing a :class:`DataFrame` with a 2-d boolean ndarray (:issue:`18582`)
310
311
312
I/O
0 commit comments