8000 DEPR: int slicing always positional by jbrockmendel · Pull Request #53338 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DEPR: int slicing always positional #53338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Aug 4, 2023
Prev Previous commit
Next Next commit
okwarning
  • Loading branch information
jbrockmendel committed May 22, 2023
commit fc94c0ba8c69e896dd73220994e6c6afbe96a6cf
1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.13.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ Float64Index API change
Slicing is ALWAYS on the values of the index, for ``[],ix,loc`` and ALWAYS positional with ``iloc``

.. ipython:: python
:okwarning:

s[2:4]
s.loc[2:4]
Expand Down
0