Skip to content

Docs: Add note about exception for integer slices with float indices #58017

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 5 commits into from
Apr 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove trailing whitespace
  • Loading branch information
shriyakalakata authored Apr 1, 2024
commit a760ae5558f8018714fb619fad9424717c1ff47d
2 changes: 1 addition & 1 deletion doc/source/user_guide/indexing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ detailing the ``.iloc`` method. For now, we explain the semantics of slicing usi

.. note::

When the :class:`Series` has float indices, slicing will select by position.
When the :class:`Series` has float indices, slicing will select by position.

With Series, the syntax works exactly as with an ndarray, returning a slice of
the values and the corresponding labels:
Expand Down