Clarify single pipeline for each, closes #1458
This commit is contained in:
parent
22880a3663
commit
ee2b654a55
|
@ -225,7 +225,7 @@ flights |>
|
|||
|
||||
### Exercises
|
||||
|
||||
1. In a single pipeline, find all flights that meet each of the following conditions:
|
||||
1. In a single pipeline for each condition, find all flights that meet the condition:
|
||||
|
||||
- Had an arrival delay of two or more hours
|
||||
- Flew to Houston (`IAH` or `HOU`)
|
||||
|
|
Loading…
Reference in New Issue