Airline Reviews Dataset
Exploring the insights into Passenger Satisfaction and Service Quality
@kaggle.sujalsuthar_airlines_reviews
Exploring the insights into Passenger Satisfaction and Service Quality
@kaggle.sujalsuthar_airlines_reviews
CREATE TABLE airlines_reviews (
"title" VARCHAR,
"name" VARCHAR,
"review_date" TIMESTAMP,
"airline" VARCHAR,
"verified" VARCHAR,
"reviews" VARCHAR,
"type_of_traveller" VARCHAR,
"month_flown" VARCHAR,
"route" VARCHAR,
"class" VARCHAR,
"seat_comfort" BIGINT,
"staff_service" BIGINT,
"food_beverages" BIGINT,
"inflight_entertainment" BIGINT,
"value_for_money" BIGINT,
"overall_rating" BIGINT,
"recommended" VARCHAR
);
Anyone who has the link will be able to view this.