An analysis of the on-time performance of all the NYC domestic flights within the United States in 2023 with following objectives:
-
To investigate the various reasons for delays.
-
To understand the geospatial patterns in the delays.
-
To analyse time-series patterns in the delays.
The anyflights()
from the anyflights
package is used to obtain data of the domestic flights such that:
-
the flights that depart from or arrive at any of the airports that serve NYC region (i.e. LGA, JFK, EWR).
-
the flights that were scheduled for throughout 2023.
The steps to download the data are explained in data/README.md.
Rendered Quarto book: https://gaurav0502.github.io/us-domestic-flights/