A foremost aviation industry player with a significant presence in New York City has launched an in-depth data analysis project focused on identifying trends in flight durations in air travel. This initiative aims to delve into a wealth of data related to flight schedules and operational patterns, with the objective of optimizing flight times and enhancing the overall travel experience for passengers. As the head data analyst, you have access to rich datasets, sourced from the 'nycflights2022' collection produced by the ModernDive team. These datasets include records of flights departing from major New York City airports, including JFK (John F. Kennedy International Airport), LGA (LaGuardia Airport), and EWR (Newark Liberty International Airport), during the second half of 2022. They offer a comprehensive view of flight operations, covering various aspects such as departure and arrival times, flight paths, and airline specifics:
flights2022-h2.csv contains information about each flight including
| Variable | Description |
|---|
carrier | Airline carrier code |
origin | Origin airport (IATA code) |
dest | Destination airport (IATA code) |
air_time | Duration of the flight in air, in minutes |
airlines.csv contains information about each airline:
| Variable | Description |
|---|
carrier | Airline carrier code |
name | Full name of the airline |
airports.csv provides details of airports:
| Variable | Description |
|---|
faa | FAA code of the airport |
name | Full name of the airport |