Customer Satisfaction In Airline
Customer satisfaction in Invistico Airline
@kaggle.yakhyojon_customer_satisfaction_in_airline
Customer satisfaction in Invistico Airline
@kaggle.yakhyojon_customer_satisfaction_in_airline
CREATE TABLE invistico_airline (
"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.