Baselight

Airline Customer Satisfaction

Customer satisfaction of an airline customers.

@kaggle.raminhuseyn_airline_customer_satisfaction

Airline Customer Satisfaction
@kaggle.raminhuseyn_airline_customer_satisfaction.airline_customer_satisfaction

  • 1.17 MB
  • 129880 rows
  • 22 columns
satisfaction

Satisfaction

customer_type

Customer Type

age

Age

type_of_travel

Type Of Travel

class

Class

flight_distance

Flight Distance

seat_comfort

Seat Comfort

departure_arrival_time_convenient

Departure/Arrival Time Convenient

food_and_drink

Food And Drink

gate_location

Gate Location

inflight_wifi_service

Inflight Wifi Service

inflight_entertainment

Inflight Entertainment

online_support

Online Support

ease_of_online_booking

Ease Of Online Booking

on_board_service

On-board Service

leg_room_service

Leg Room Service

baggage_handling

Baggage Handling

checkin_service

Checkin Service

cleanliness

Cleanliness

online_boarding

Online Boarding

departure_delay_in_minutes

Departure Delay In Minutes

arrival_delay_in_minutes

Arrival Delay In Minutes

satisfiedLoyal Customer65Personal TravelEco2652242333532
satisfiedLoyal Customer47Personal TravelBusiness24643223444232310305
satisfiedLoyal Customer15Personal TravelEco21383222334442
satisfiedLoyal Customer60Personal TravelEco6233343111413
satisfiedLoyal Customer70Personal TravelEco3543434222425
satisfiedLoyal Customer30Personal TravelEco18943222545542
satisfiedLoyal Customer66Personal TravelEco22732555555531715
satisfiedLoyal Customer10Personal TravelEco18123222334542
satisfiedLoyal Customer56Personal TravelBusiness733535441544
satisfiedLoyal Customer22Personal TravelEco155632222453423026

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
);

Share link

Anyone who has the link will be able to view this.