Skip to content

Commit 3a01556

Browse files
authored
DOC: Typo fix on subset data doc (#53422)
* Update data subset doc #53395 * Sanity check * Update subset data doc #53395
1 parent 84d85fa commit 3a01556

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ selection brackets ``[]``.
330330

331331
When selecting specific rows and/or columns with ``loc`` or ``iloc``,
332332
new values can be assigned to the selected data. For example, to assign
333-
the name ``anonymous`` to the first 3 elements of the third column:
333+
the name ``anonymous`` to the first 3 elements of the fourth column:
334334

335335
.. ipython:: python
336336

0 commit comments

Comments
 (0)