1 Matching Annotations
  1. Mar 2019
    1. filter(n > 100)

      This should be filter(n >= 100): "at least 100 flights" implies that 100 should be included as the least possible value of number of flights.