We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafa7a9 commit 70aabc6Copy full SHA for 70aabc6
doc/source/user_guide/indexing.rst
@@ -89,7 +89,7 @@ Getting values from an object with multi-axes selection uses the following
89
notation (using ``.loc`` as an example, but the following applies to ``.iloc`` as
90
well). Any of the axes accessors may be the null slice ``:``. Axes left out of
91
the specification are assumed to be ``:``, e.g. ``p.loc['a']`` is equivalent to
92
-``p.loc['a', :, :]``.
+``p.loc['a', :]``.
93
94
.. csv-table::
95
:header: "Object Type", "Indexers"
0 commit comments