We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb85a63 commit d86f558Copy full SHA for d86f558
doc/source/getting_started/intro_tutorials/03_subset_data.rst
@@ -330,7 +330,7 @@ selection brackets ``[]``.
330
331
When selecting specific rows and/or columns with ``loc`` or ``iloc``,
332
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:
+the name ``anonymous`` to the first 3 elements of the fourth column:
334
335
.. ipython:: python
336
0 commit comments