Airline Reviews
Sky Insights: Unraveling Airline Experiences Through Reviews
@kaggle.juhibhojani_airline_reviews
Sky Insights: Unraveling Airline Experiences Through Reviews
@kaggle.juhibhojani_airline_reviews
Welcome to the fascinating Airline Reviews Dataset from airlinequality.com! This incredible resource contains valuable insights waiting to be explored. Let's embark on this exciting journey together to discover customer sentiments, analyze trends over time, predict ratings, and more, all aimed at improving airline experiences and creating happier passengers.
Source Code : https://github.com/Juhibhojani/Airline-Reviews-
Features of the Dataset:
This dataset holds a wealth of information that can be leveraged to gain valuable insights into customer experiences with various airlines. By performing sentiment analysis, time series analysis, and prediction tasks, we can uncover hidden patterns, understand passenger sentiments, and make data-driven decisions to enhance the overall airline experience. Let's make the most of this dataset and embark on an exciting journey of exploration!
CREATE TABLE airline_review (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "airline_name" VARCHAR,
  "overall_rating" VARCHAR,
  "review_title" VARCHAR,
  "review_date" VARCHAR,
  "verified" BOOLEAN,
  "review" VARCHAR,
  "aircraft" VARCHAR,
  "type_of_traveller" VARCHAR,
  "seat_type" VARCHAR,
  "route" VARCHAR,
  "date_flown" VARCHAR,
  "seat_comfort" DOUBLE,
  "cabin_staff_service" DOUBLE,
  "food_beverages" DOUBLE  -- Food \u0026 Beverages,
  "ground_service" DOUBLE,
  "inflight_entertainment" DOUBLE,
  "wifi_connectivity" DOUBLE  -- Wifi \u0026 Connectivity,
  "value_for_money" DOUBLE,
  "recommended" VARCHAR
);Anyone who has the link will be able to view this.