Skip to content

Commit c5f63fb

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 55ddb6e Branch : main Author : ShebMichel <[email protected]> Time : 2025-12-12 00:29:57 +0000 Message : Merge pull request #261 from abostroem/fix_episode4_take2 Update output of astropy table cells to include type in episode 4
1 parent e13ca50 commit c5f63fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

04-motion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ mask.sum()
300300
```
301301

302302
```output
303-
25084
303+
np.int64(25084)
304304
```
305305

306306
A Boolean `Series` is sometimes called a "mask" because we can use it
@@ -460,7 +460,7 @@ pm_mask.sum()
460460
```
461461

462462
```output
463-
1049
463+
np.int64(1049)
464464
```
465465

466466
Now we can use this mask to select rows from `results_df`.

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"episodes/01-query.md" "ef50e4ebab64292279a2bff4c02b8e29" "site/built/01-query.md" "2025-12-09"
77
"episodes/02-coords.md" "e09a9430b981e5bd93578ce45cd61225" "site/built/02-coords.md" "2025-12-09"
88
"episodes/03-transform.md" "8e592b64c12491cf08ee2eb594c50830" "site/built/03-transform.md" "2025-12-12"
9-
"episodes/04-motion.md" "45ae38d6fdf58d23845a45c7e003eb10" "site/built/04-motion.md" "2025-12-09"
9+
"episodes/04-motion.md" "ebe3073ff00da59c6e90017f9b28cfef" "site/built/04-motion.md" "2025-12-12"
1010
"episodes/05-select.md" "65a0014a842bc8d8999109187c8e7be4" "site/built/05-select.md" "2025-12-12"
1111
"episodes/06-join.md" "bf961f98c1c7cdd40b174fb1f5007b32" "site/built/06-join.md" "2025-12-12"
1212
"episodes/07-photo.md" "04517b3fd1615088f7911393c7ce0fde" "site/built/07-photo.md" "2025-12-12"

0 commit comments

Comments
 (0)