Skip to content

Commit 55ddb6e

Browse files
authored
Merge pull request #261 from abostroem/fix_episode4_take2
Update output of astropy table cells to include type in episode 4
2 parents 66ce228 + 14d2fd3 commit 55ddb6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/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`.

0 commit comments

Comments
 (0)