February Flight Delay Prediction
US Flight Data for the month of Feb 2019 and Feb 2020
@kaggle.divyansh22_february_flight_delay_prediction
US Flight Data for the month of Feb 2019 and Feb 2020
@kaggle.divyansh22_february_flight_delay_prediction
CREATE TABLE feb_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
);
Anyone who has the link will be able to view this.