parent
1c9d8974f4
commit
37058ce630
|
@ -813,6 +813,9 @@ daily %>%
|
|||
|
||||
Which is more important: arrival delay or departure delay?
|
||||
|
||||
1. Our definition of cancelled flights (`!is.na(dep_delay) & !is.na(arr_delay)`
|
||||
) is slightly sup-optimal. Why? Which is the most important column?
|
||||
|
||||
1. Look at the number of cancelled flights per day. Is there a pattern?
|
||||
Is the proportion of cancelled flights related to the average delay?
|
||||
|
||||
|
|
Loading…
Reference in New Issue