Skip to content

Commit 1278638

Browse files
Backport PR #38486: DOC: Fix missing ipython block in user_guide/indexing.rst (#38496)
Co-authored-by: mzeitlin11 <[email protected]>
1 parent b8a5b36 commit 1278638

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)