Skip to content
Merged
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions episodes/04-motion.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ mask.sum()
```

```output
25084
np.int64(25084)
```

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

```output
1049
np.int64(1049)
```

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