Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 44050b8
Branch  : main
Author  : David Palmquist <[email protected]>
Time    : 2024-02-26 21:25:58 +0000
Message : Merge pull request #602 from datacarpentry/format-code-as-code

format code as code
  • Loading branch information
actions-user committed Feb 26, 2024
1 parent 84bb2d2 commit 1ba51c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 03-index-slice-subset.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ It is worth noting that rows are selected when using `loc` with a single list of
labels (or `iloc` with a single list of integers). However, unlike `loc` or `iloc`,
indexing a data frame directly with labels will select columns (e.g.
`surveys_df[['species_id', 'plot_id', 'weight']]`), while ranges of integers will
select rows (e.g. surveys\_df[0:13]). Direct indexing of rows is redundant with
select rows (e.g. `surveys\_df[0:13]`). Direct indexing of rows is redundant with
using `iloc`, and will raise a `KeyError` if a single integer or list is used; the
error will also occur if index labels are used without `loc` (or column labels used
with it).
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"episodes/00-before-we-start.md" "ebe85974a41ebf4f30d52aa1eeb4783b" "site/built/00-before-we-start.md" "2024-02-21"
"episodes/01-short-introduction-to-Python.md" "c94d05a1efb9a917e75dcd56ad344862" "site/built/01-short-introduction-to-Python.md" "2024-02-21"
"episodes/02-starting-with-data.md" "7aae8d49ef03e5c65d66cc0104ddbf10" "site/built/02-starting-with-data.md" "2024-02-23"
"episodes/03-index-slice-subset.md" "a66d6b8003b0ed3756cbc64a08784b76" "site/built/03-index-slice-subset.md" "2024-02-21"
"episodes/03-index-slice-subset.md" "91e95c665d499c6e7df5aaa3001cc2f0" "site/built/03-index-slice-subset.md" "2024-02-26"
"episodes/04-data-types-and-format.md" "e57b9b771e5d2dcf4c9e2521822f8d5a" "site/built/04-data-types-and-format.md" "2023-06-05"
"episodes/05-merging-data.md" "8491d51a41ad970f69acac6162e97432" "site/built/05-merging-data.md" "2024-02-21"
"episodes/06-loops-and-functions.md" "d41f11e6c162c86393cd9bd4431c0687" "site/built/06-loops-and-functions.md" "2023-05-18"
Expand Down

0 comments on commit 1ba51c1

Please sign in to comment.