Airline Customer Satisfaction
Customer satisfaction of an airline customers.
@kaggle.raminhuseyn_airline_customer_satisfaction
Customer satisfaction of an airline customers.
@kaggle.raminhuseyn_airline_customer_satisfaction
CREATE TABLE airline_customer_satisfaction (
"satisfaction" VARCHAR,
"customer_type" VARCHAR,
"age" BIGINT,
"type_of_travel" VARCHAR,
"class" VARCHAR,
"flight_distance" BIGINT,
"seat_comfort" BIGINT,
"departure_arrival_time_convenient" BIGINT,
"food_and_drink" BIGINT,
"gate_location" BIGINT,
"inflight_wifi_service" BIGINT,
"inflight_entertainment" BIGINT,
"online_support" BIGINT,
"ease_of_online_booking" BIGINT,
"on_board_service" BIGINT,
"leg_room_service" BIGINT,
"baggage_handling" BIGINT,
"checkin_service" BIGINT,
"cleanliness" BIGINT,
"online_boarding" BIGINT,
"departure_delay_in_minutes" BIGINT,
"arrival_delay_in_minutes" DOUBLE
);
Anyone who has the link will be able to view this.