Baselight

January Flight Delay Prediction

US Flight Data for the month of Jan 2019 and Jan 2020.

@kaggle.divyansh22_flight_delay_prediction

Jan 2020 Ontime
@kaggle.divyansh22_flight_delay_prediction.jan_2020_ontime

  • 8.66 MB
  • 607346 rows
  • 22 columns
day_of_month

DAY OF MONTH

day_of_week

DAY OF WEEK

op_unique_carrier

OP UNIQUE CARRIER

op_carrier_airline_id

OP CARRIER AIRLINE ID

op_carrier

OP CARRIER

tail_num

TAIL NUM

op_carrier_fl_num

OP CARRIER FL NUM

origin_airport_id

ORIGIN AIRPORT ID

origin_airport_seq_id

ORIGIN AIRPORT SEQ ID

origin

ORIGIN

dest_airport_id

DEST AIRPORT ID

dest_airport_seq_id

DEST AIRPORT SEQ ID

dest

DEST

dep_time

DEP TIME

dep_del15

DEP DEL15

dep_time_blk

DEP TIME BLK

arr_time

ARR TIME

arr_del15

ARR DEL15

cancelled

CANCELLED

diverted

DIVERTED

distance

DISTANCE

unnamed_21

Unnamed: 21

13EV20366EVN489014397139301393007ORD119771197705GRB10031000-10591117174
13EV20366EVN169764401153701537002TUL139301393007ORD10271000-10591216585
13EV20366EVN121674404116181161802EWR154121541205TYS18481800-18592120631
13EV20366EVN149024405107811078105BTR122661226603IAH18461800-18592004253
13EV20366EVN606UX4407145241452401RIC122661226603IAH10381000-105913301157
13EV20366EVN605UX4408138711387102OMA122661226603IAH5550600-0659838781
13EV20366EVN149914410122661226603IAH148141481402SHV16101600-16591718192
13EV20366EVN159864411122661226603IAH122061220605HRL14151400-14591531295
13EV20366EVN603UX4412139301393007ORD101401014005ABQ19381900-195922041118
13EV20366EVN139754414116181161802EWR134851348502MSN10111000-10591139799

CREATE TABLE jan_2020_ontime (
  "day_of_month" BIGINT,
  "day_of_week" BIGINT,
  "op_unique_carrier" VARCHAR,
  "op_carrier_airline_id" BIGINT,
  "op_carrier" VARCHAR,
  "tail_num" VARCHAR,
  "op_carrier_fl_num" BIGINT,
  "origin_airport_id" BIGINT,
  "origin_airport_seq_id" BIGINT,
  "origin" VARCHAR,
  "dest_airport_id" BIGINT,
  "dest_airport_seq_id" BIGINT,
  "dest" VARCHAR,
  "dep_time" DOUBLE,
  "dep_del15" DOUBLE,
  "dep_time_blk" VARCHAR,
  "arr_time" DOUBLE,
  "arr_del15" DOUBLE,
  "cancelled" DOUBLE,
  "diverted" DOUBLE,
  "distance" DOUBLE,
  "unnamed_21" VARCHAR
);

Share link

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