Skip to content

Commit ae72d3b

Browse files
mroeschkejorisvandenbossche
authored andcommitted
DOC: Disambiguate 'where' in boolean indexing-10min.rst (pandas-dev#12661) (pandas-dev#14708)
Expand on boolean indexing example
1 parent 880de30 commit ae72d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/10min.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Using a single column's values to select data.
282282
283283
df[df.A > 0]
284284
285-
A ``where`` operation for getting.
285+
Selecting values from a DataFrame where a boolean condition is met.
286286

287287
.. ipython:: python
288288

0 commit comments

Comments
 (0)