Skip to content

Commit

Permalink
Update doc/source/getting_started/intro_tutorials/03_subset_data.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
  • Loading branch information
PenguinPen and mroeschke authored Feb 25, 2025
1 parent 108a29a commit db80ed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ the name ``anonymous`` to the first 3 elements of the fourth column:
.. ipython:: python
titanic.iloc[0:3, 3] = "anonymous"
titanic..iloc[:, 3].head()
titanic.iloc[:5, 3]
.. raw:: html

Expand Down

0 comments on commit db80ed5

Please sign in to comment.