Airline Flight Dataset: Schedule, Performance Etc
"Navigating the Skies: An In-Depth Airline Flight Dataset Analysis"
@kaggle.arunjangir245_airline_flight_dataset_schedule_performance_etc
"Navigating the Skies: An In-Depth Airline Flight Dataset Analysis"
@kaggle.arunjangir245_airline_flight_dataset_schedule_performance_etc
CREATE TABLE hflights (
"year" BIGINT,
"month" BIGINT,
"dayofmonth" BIGINT,
"dayofweek" BIGINT,
"deptime" DOUBLE,
"arrtime" DOUBLE,
"uniquecarrier" VARCHAR,
"flightnum" BIGINT,
"tailnum" VARCHAR,
"actualelapsedtime" DOUBLE,
"airtime" DOUBLE,
"arrdelay" DOUBLE,
"depdelay" DOUBLE,
"origin" VARCHAR,
"dest" VARCHAR,
"distance" BIGINT,
"taxiin" DOUBLE,
"taxiout" DOUBLE,
"cancelled" BIGINT,
"cancellationcode" VARCHAR,
"diverted" BIGINT
);
Anyone who has the link will be able to view this.