Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : e4826ed
Branch  : main
Author  : David Palmquist <[email protected]>
Time    : 2024-02-21 16:42:27 +0000
Message : Merge pull request #590 from datacarpentry/fix-comparison-operator-list

Add consistency to comparison operators list
  • Loading branch information
actions-user committed Feb 21, 2024
1 parent dc05e39 commit 221e71b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions 03-index-slice-subset.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,9 +508,10 @@ Experiment with selecting various subsets of the "surveys" data.

- Equals: `==`
- Not equals: `!=`
- Greater than, less than: `>` or `<`
- Greater than or equal to `>=`
- Less than or equal to `<=`
- Greater than: `>`
- Less than: `<`
- Greater than or equal to: `>=`
- Less than or equal to: `<=`

::::::::::::::::::::::::::::::::::::::: challenge

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" "35ff96bc5a9b8d98d5738a1ee6ecaceb" "site/built/00-before-we-start.md" "2024-02-21"
"episodes/01-short-introduction-to-Python.md" "f7cac993e7fffb40ca5858ae55b0aab7" "site/built/01-short-introduction-to-Python.md" "2023-06-13"
"episodes/02-starting-with-data.md" "bcd4e9564bd01585a52754fe4ad46f45" "site/built/02-starting-with-data.md" "2023-05-29"
"episodes/03-index-slice-subset.md" "84263a14ba3f492bf6aa17435a78d905" "site/built/03-index-slice-subset.md" "2023-08-18"
"episodes/03-index-slice-subset.md" "a66d6b8003b0ed3756cbc64a08784b76" "site/built/03-index-slice-subset.md" "2024-02-21"
"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 221e71b

Please sign in to comment.