Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
aa0804f
DOC: Clarify parentheses vs. brackets usage (GH#62314)
AnandMukherjee2004 Sep 15, 2025
ada92d7
DOC: Clarify parentheses vs. brackets usage (GH#62314) updated
AnandMukherjee2004 Sep 16, 2025
41272b9
DOC: Clarify parentheses vs. brackets usage (GH#62314) updated
AnandMukherjee2004 Sep 16, 2025
8c77d05
DOC: Clarify parentheses vs. brackets usage (GH#62314) updated
AnandMukherjee2004 Sep 16, 2025
fac8e7c
DOC: Clarify parentheses vs. brackets usage (GH#62314) updated
AnandMukherjee2004 Sep 16, 2025
689b069
DOC: Fix trailing whitespace and end-of-file issues (pre-commit CI)
AnandMukherjee2004 Sep 16, 2025
a1feaab
DOC: Fix trailing whitespace and end-of-file issues (pre-commit CI)
AnandMukherjee2004 Sep 16, 2025
2c658b1
DOC: Fix trailing whitespace and end-of-file issues (pre-commit CI)
AnandMukherjee2004 Sep 16, 2025
cf1e395
DOC: Fix trailing whitespace and end-of-file issues (pre-commit CI)
AnandMukherjee2004 Sep 16, 2025
0aa476a
DOC: Changed 03_subset_data.rst
AnandMukherjee2004 Sep 17, 2025
b04d3a4
warning resolved
AnandMukherjee2004 Sep 17, 2025
6c81346
ci precommit
AnandMukherjee2004 Sep 17, 2025
2ed7630
ci precommit
AnandMukherjee2004 Sep 17, 2025
10eb9aa
Merge branch 'main' into doc/clarify-parentheses-vs-brackets-62314
AnandMukherjee2004 Sep 17, 2025
6aeeabd
ci precommit
AnandMukherjee2004 Sep 17, 2025
27ff2d2
Merge branch 'doc/clarify-parentheses-vs-brackets-62314' of https://g…
AnandMukherjee2004 Sep 17, 2025
08f3efd
ci precommit
AnandMukherjee2004 Sep 17, 2025
0fc545c
ci precommit
AnandMukherjee2004 Sep 17, 2025
196a133
remove accidentally committed package-lock.json
AnandMukherjee2004 Sep 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ Data sets often contain more than just numerical data. pandas provides a wide ra
</div>
</div>
</div>

</div>
</div>

Expand Down
2 changes: 2 additions & 0 deletions doc/source/getting_started/intro_tutorials/03_subset_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ I’m interested in the age of the Titanic passengers.
To select a single column, use square brackets ``[]`` with the column
name of the column of interest.

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

.. raw:: html

</li>
Expand Down