Skip to content

Commit 4ffdfe9

Browse files
DOC: Clarify parentheses vs. brackets usage (GH#62314) (#62347)
1 parent 9d1138c commit 4ffdfe9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/getting_started/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ Data sets often contain more than just numerical data. pandas provides a wide ra
527527
</div>
528528
</div>
529529
</div>
530-
531530
</div>
532531
</div>
533532

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ I’m interested in the age of the Titanic passengers.
5454
To select a single column, use square brackets ``[]`` with the column
5555
name of the column of interest.
5656

57+
For more explanation, see `Brackets in Python and pandas <https://python-public-policy.afeld.me/en/columbia/brackets.html>`__.
58+
5759
.. raw:: html
5860

5961
</li>

0 commit comments

Comments
 (0)