Data Dictionary Flashcards

1
Q

year, month, day, date

A

Date of departure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

dow

A

day of the week (departure)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

sched_dep_time, sched_arr_time

A

Scheduled departure and arrival times, UTC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

arr_delay

A

Arrival delays, in minutes. Negative times represent EARLY arrivals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

hour, minute

A

Time of SCHEDULED departure broken into hour and minutes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

carrier

A

Two letter carrier abbreviation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

carrier_name

A

Full name of airline carrier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

tailnum

A

plane tail number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

flight

A

Flight Number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

origin, dest

A

Origin and destination. See get_airports for additional metadata.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

airtime

A

the amount of time spent in the air, in minutes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

distance

A

the distance been the two relevant airports, in miles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

time_hour

A

Scheduled date and hour of the flight as a POSIXct date.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

wind_dir, wind_speed, wind_gust

A

Wind direction (in degrees), speed and gust speed (in mph)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

visib

A

Visability in miles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

plane_year

A

Year Plane was manufactured

17
Q

plane_type

A

type of plane

18
Q

plane_manufacturer, plane_model

A

manufacturer and plane model

19
Q

plane_engines, plane_seats

A

number of engines and seats

20
Q

dest_name

A

usual name of the airport

21
Q

dest_lat, dest_long

A

Location of airport

22
Q

plane_engine

A

type of engine

23
Q

dest_alt

A

Altitude in feet

24
Q

dest_tz

A

Timezone offset from GMT/UTC

25
dest_dst
Daylight savings time zone. A = Standard US DST: starts on the second Sunday of March, ends on the first Sunday of November. U = unknown. N = no dst.
26
dest_tzone
IANA time zone, as determined by GeoNames webservice