We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297a19e commit 7234104Copy full SHA for 7234104
pandas/core/indexing.py
@@ -160,7 +160,7 @@ def iloc(self) -> _iLocIndexer:
160
161
.. versionchanged:: 3.0
162
163
- Returning a tuple from a callable is deprecated.
+ Callables which return a tuple are deprecated as input.
164
165
``.iloc[]`` is primarily integer position based (from ``0`` to
166
``length-1`` of the axis), but may also be used with a boolean
0 commit comments