0% found this document useful (0 votes)
113 views2 pages

Aviation Data Analysis Parameters

This document summarizes two aviation datasets: Delayed_Flights.csv and Airports.csv. Delayed_Flights.csv contains information about flight delays and contains 29 columns including year, month, departure/arrival times, carrier, and reasons for delays. Airports.csv contains data on airports including codes, names, locations, and latitude/longitude. It then provides 4 problems statements to analyze the data, including finding the top 5 destinations, month with most cancellations due to weather, origins with highest average departure delays, and route with most diversions.

Uploaded by

DanishPawaskar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
113 views2 pages

Aviation Data Analysis Parameters

This document summarizes two aviation datasets: Delayed_Flights.csv and Airports.csv. Delayed_Flights.csv contains information about flight delays and contains 29 columns including year, month, departure/arrival times, carrier, and reasons for delays. Airports.csv contains data on airports including codes, names, locations, and latitude/longitude. It then provides 4 problems statements to analyze the data, including finding the top 5 destinations, month with most cancellations due to weather, origins with highest average departure delays, and route with most diversions.

Uploaded by

DanishPawaskar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Aviation Data Analysis

These are 2 different datasets, i.e., Delayed_Flights.csv and Airports.csv. Let us understand one at a time.

Delayed_Flights.csv Datasets
There are 29 columns in this dataset. Some of them have been mentioned below:

Name Description
1 Year 1987-2008

2 Month 1-12

3 DayofMonth 1-31

4 DayOfWeek 1 (Monday) - 7 (Sunday)

5 DepTime actual departure time (local, hhmm)

6 CRSDepTime scheduled departure time (local, hhmm)

7 ArrTime actual arrival time (local, hhmm)

8 CRSArrTime scheduled arrival time (local, hhmm)

9 UniqueCarrier unique carrier code

10 FlightNum flight number

11 TailNum plane tail number

12 ActualElapsedTime in minutes

13 CRSElapsedTime in minutes

14 AirTime in minutes

15 ArrDelay arrival delay, in minutes

16 DepDelay departure delay, in minutes

17 Origin origin IATA airport code

18 Dest destination IATA airport code

19 Distance in miles

20 TaxiIn taxi in time, in minutes

21 TaxiOut taxi out time in minutes

22 Cancelled was the flight cancelled?

23 CancellationCode reason for cancellation (A = carrier, B = weather,


C =NAS, D = security)

24 Diverted 1 = yes, 0 = no

25 CarrierDelay in minutes

26 WeatherDelay in minutes

27 NASDelay in minutes
28 SecurityDelay in minutes

29 LateAircraftDelay in minutes

Airports.csv Datasets
iata: the international airport abbreviation code
name of the airport
city and country in which airport is located.
lat and long: the latitude and longitude of the airport

Problem Statement 1
Find out the top 5 most visited destinations.

Problem Statement 2
Which month has seen the most number of cancellations due to bad weather?

Problem Statement 3
Top ten origins with the highest AVG departure delay

Problem Statement 4
Which route (origin & destination) has seen the maximum diversion

You might also like