Baselight

2019 Airline Delays W/Weather And Airport Detail

Classification dataset which includes aircraft, weather, airport, and employment

@kaggle.threnjen_2019_airline_delays_and_cancellations

Test
@kaggle.threnjen_2019_airline_delays_and_cancellations.test

  • 43 MB
  • 1946719 rows
  • 30 columns
month

MONTH

day_of_week

DAY OF WEEK

dep_del15

DEP DEL15

dep_time_blk

DEP TIME BLK

distance_group

DISTANCE GROUP

segment_number

SEGMENT NUMBER

concurrent_flights

CONCURRENT FLIGHTS

number_of_seats

NUMBER OF SEATS

carrier_name

CARRIER NAME

airport_flights_month

AIRPORT FLIGHTS MONTH

airline_flights_month

AIRLINE FLIGHTS MONTH

airline_airport_flights_month

AIRLINE AIRPORT FLIGHTS MONTH

avg_monthly_pass_airport

AVG MONTHLY PASS AIRPORT

avg_monthly_pass_airline

AVG MONTHLY PASS AIRLINE

flt_attendants_per_pass

FLT ATTENDANTS PER PASS

ground_serv_per_pass

GROUND SERV PER PASS

plane_age

PLANE AGE

departing_airport

DEPARTING AIRPORT

latitude

LATITUDE

longitude

LONGITUDE

previous_airport

PREVIOUS AIRPORT

prcp

PRCP

snow

SNOW

snwd

SNWD

tmax

TMAX

awnd

AWND

carrier_historical

CARRIER HISTORICAL

dep_airport_hist

DEP AIRPORT HIST

day_historical

DAY HISTORICAL

dep_block_hist

DEP BLOCK HIST

461000-1059335110Delta Air Lines Inc.683781803180819756124601830.00014416588498780.000148660200942218Chicago Midway International41.785-87.752Atlanta Municipal6413.870.13955758569244650.18030712852281650.17712402343750.1477731018762055
321000-1059223150Endeavor Air Inc.14450221911956120824912128460.0000935127761744562515LaGuardia40.779-73.876Bangor International4812.080.15557123814004540.18788288983457930.13286823228849360.1560448049439938
251000-10598237173United Air Lines Inc.16530435124679274332385016310.00025380424062150.00022898547349327Stapleton International39.774-104.88Los Angeles International5410.070.18949575499260990.24031563845050210.23696468512096520.1874841523403823
460900-095911237181Alaska Airlines Inc.17522211361629278059328841870.000032331461566112310.00017460144972653Los Angeles International33.942-118.408Portland International647.380.13232624010458270.112840466926070.17712402343750.135373513296806
870900-09591227143Southwest Airlines Co.1422011498761161903352133829990.000061782363014609190.000098894123099982220McCarran International36.08-115.152Spokane International1044.920.19254972966813120.12348668280871670.19651916171077880.1380665959036049
6310700-07596245143Southwest Airlines Co.2187811287959542743323133829990.000061782363014609190.000098894123099982213Stapleton International39.774-104.88Eppley Airfield837.830.25977461647193080.20180528691166980.23717481838384970.1107876187557462
121700-17596328173United Air Lines Inc.17725462182105278059385016310.00025380424062150.000228985473493210Los Angeles International33.942-118.408Stapleton International0.69598.50.18188240583154040.18872338766279340.15948943442579170.2295388261028071
511000-10596338143Southwest Airlines Co.1458511370951001827202133829990.000061782363014609190.000098894123099982213Phoenix Sky Harbor International33.436-112.009Hollywood-Burbank Midpoint916.040.24861999587288480.19098457888493470.19366788878704550.1560421052631579
1271100-11591325143Southwest Airlines Co.1315211324851421903352133829990.000061782363014609190.000098894123099982211McCarran International36.08-115.152Will Rogers World472.240.26403810805912960.16315049226441630.2269801675289480.1938883930468783
1120800-08595192180Delta Air Lines Inc.3115179989195064365661124601830.00014416588498780.00014866020094224Atlanta Municipal33.641-84.427NONE636.710.10088231967120390.18788288983457930.15312997191176750.0943169948547332

CREATE TABLE test (
  "month" BIGINT,
  "day_of_week" BIGINT,
  "dep_del15" BIGINT,
  "dep_time_blk" VARCHAR,
  "distance_group" BIGINT,
  "segment_number" BIGINT,
  "concurrent_flights" BIGINT,
  "number_of_seats" BIGINT,
  "carrier_name" VARCHAR,
  "airport_flights_month" BIGINT,
  "airline_flights_month" BIGINT,
  "airline_airport_flights_month" BIGINT,
  "avg_monthly_pass_airport" BIGINT,
  "avg_monthly_pass_airline" BIGINT,
  "flt_attendants_per_pass" DOUBLE,
  "ground_serv_per_pass" DOUBLE,
  "plane_age" BIGINT,
  "departing_airport" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "previous_airport" VARCHAR,
  "prcp" DOUBLE,
  "snow" DOUBLE,
  "snwd" DOUBLE,
  "tmax" DOUBLE,
  "awnd" DOUBLE,
  "carrier_historical" DOUBLE,
  "dep_airport_hist" DOUBLE,
  "day_historical" DOUBLE,
  "dep_block_hist" DOUBLE
);

Share link

Anyone who has the link will be able to view this.