You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/indexing.rst
+1-2
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,7 @@ Object selection has had a number of user-requested additions in order to
71
71
support more explicit location based indexing. pandas now supports three types
72
72
of multi-axis indexing.
73
73
74
-
- ``.loc`` is strictly label based, will raise ``KeyError`` when the items are
75
-
not found, allowed inputs are:
74
+
- ``.loc`` is primarily label based, but may also be used with a boolean array. ``.loc`` will raise ``KeyError`` when the items are not found. Allowed inputs are:
76
75
77
76
- A single label, e.g. ``5`` or ``'a'``, (note that ``5`` is interpreted as a
78
77
*label* of the index. This use is **not** an integer position along the
0 commit comments