Skip to content

Commit 42956ce

Browse files
mzeitlin11meeseeksmachine
authored andcommitted
Backport PR pandas-dev#38486: DOC: Fix missing ipython block in user_guide/indexing.rst
1 parent b8a5b36 commit 42956ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/user_guide/indexing.rst

+2
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ NA values in a boolean array propagate as ``False``:
380380

381381
.. versionchanged:: 1.0.2
382382

383+
.. ipython:: python
384+
383385
mask = pd.array([True, False, True, False, pd.NA, False], dtype="boolean")
384386
mask
385387
df1[mask]

0 commit comments

Comments
 (0)