2019 Airline Delays W/Weather And Airport Detail
Classification dataset which includes aircraft, weather, airport, and employment
@kaggle.threnjen_2019_airline_delays_and_cancellations
Classification dataset which includes aircraft, weather, airport, and employment
@kaggle.threnjen_2019_airline_delays_and_cancellations
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
);
Anyone who has the link will be able to view this.