We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1138c commit 4ffdfe9Copy full SHA for 4ffdfe9
doc/source/getting_started/index.rst
@@ -527,7 +527,6 @@ Data sets often contain more than just numerical data. pandas provides a wide ra
527
</div>
528
529
530
-
531
532
533
doc/source/getting_started/intro_tutorials/03_subset_data.rst
@@ -54,6 +54,8 @@ I’m interested in the age of the Titanic passengers.
54
To select a single column, use square brackets ``[]`` with the column
55
name of the column of interest.
56
57
+For more explanation, see `Brackets in Python and pandas <https://python-public-policy.afeld.me/en/columbia/brackets.html>`__.
58
+
59
.. raw:: html
60
61
</li>
0 commit comments