Skip to content

Commit

Permalink
DOC: Updates to documentation (#61003)
Browse files Browse the repository at this point in the history
* making assignment visible on web

* Update doc/source/getting_started/intro_tutorials/03_subset_data.rst

Co-authored-by: Matthew Roeschke <[email protected]>

---------

Co-authored-by: Matthew Roeschke <[email protected]>
  • Loading branch information
PenguinPen and mroeschke authored Feb 26, 2025
1 parent b666f78 commit 311c640
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.head()
titanic.iloc[:5, 3]
.. raw:: html

Expand Down

0 comments on commit 311c640

Please sign in to comment.