1
2
3
4
5
#

Name:

Description:

Ontime arrivals for American and Delta airlines at LaGuardia and O'Hare airports

Variables:

A data frame with 10333 observations on the following 6 variables.

airline

American or Delta

airport

LGA=LaGuardia ORD=O'Hare

OnTime

no or yes

IndOHare

Is the airport ORD? (1=yes or 0=no)

IndDelta

Is the airline Delta? (1=yes or 0=no)

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Data collected on 9/20/16 from http://www.transtats.bts.gov/ot_delay/OT_DelayCause1.asp?pn=1

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Ontime_Records_for_Two_Airlines_at_Two_Airports_1107_25.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.