Skip to content

Commit 108a29a

Browse files
committed
making assignment visible on web
1 parent 840cb1f commit 108a29a

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.head()
338+
titanic..iloc[:, 3].head()
339339
340340
.. raw:: html
341341

0 commit comments

Comments
 (0)