Airlines Reviews And Rating
Airlines Reviews and Rating
@kaggle.anandshaw2001_airlines_reviews_and_rating
Airlines Reviews and Rating
@kaggle.anandshaw2001_airlines_reviews_and_rating
CREATE TABLE airlines_reviews_and_rating (
"aircraft_type" VARCHAR,
"users_reviews" VARCHAR,
"country" VARCHAR,
"type_of_travellers" VARCHAR,
"route" VARCHAR,
"seat_types" VARCHAR,
"seat_comfort" DOUBLE,
"date_flown" VARCHAR,
"cabin_staff_service" DOUBLE,
"ground_service" DOUBLE,
"food_beverages" DOUBLE,
"wifi_connectivity" DOUBLE,
"inflight_entertainment" DOUBLE,
"value_for_money" BIGINT,
"recommended" VARCHAR
);
Anyone who has the link will be able to view this.