Skip to content

Commit db80ed5

Browse files
Update doc/source/getting_started/intro_tutorials/03_subset_data.rst
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 108a29a commit db80ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ the name ``anonymous`` to the first 3 elements of the fourth column:
335335
.. ipython:: python
336336
337337
titanic.iloc[0:3, 3] = "anonymous"
338-
titanic..iloc[:, 3].head()
338+
titanic.iloc[:5, 3]
339339
340340
.. raw:: html
341341

0 commit comments

Comments
 (0)