We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7214f85 commit f0b3356Copy full SHA for f0b3356
pandas/core/indexing.py
@@ -155,6 +155,8 @@ def iloc(self) -> _iLocIndexer:
155
DataFrame) and that returns valid output for indexing (one of the above).
156
This is useful in method chains, when you don't have a reference to the
157
calling object, but would like to base your selection on some value.
158
+ - A tuple of row and column indexes. The tuple elements consist of one of the
159
+ above inputs, e.g. ``(0, 1)``.
160
161
``.iloc`` will raise ``IndexError`` if a requested indexer is
162
out-of-bounds, except *slice* indexers which allow out-of-bounds
0 commit comments