Flight Analytics Dataset
"Unveiling Insights into Air Travel Trends and Customer Behavior"
@kaggle.goyaladi_flight_dataset
"Unveiling Insights into Air Travel Trends and Customer Behavior"
@kaggle.goyaladi_flight_dataset
CREATE TABLE flight_data (
"departure_city" VARCHAR,
"arrival_city" VARCHAR,
"departure_date" TIMESTAMP,
"flight_duration" DOUBLE,
"delay_minutes" BIGINT,
"customer_id" BIGINT,
"name" VARCHAR,
"booking_class" VARCHAR,
"frequent_flyer_status" VARCHAR,
"route" VARCHAR,
"ticket_price" DOUBLE,
"competitor_price" DOUBLE,
"demand" DOUBLE,
"origin" VARCHAR,
"destination" VARCHAR,
"profitability" DOUBLE,
"loyalty_points" BIGINT,
"churned" BOOLEAN
);
Anyone who has the link will be able to view this.