128k Airline Reviews
Scraped from Airlinequality.com.
@kaggle.joelljungstrom_128k_airline_reviews
Scraped from Airlinequality.com.
@kaggle.joelljungstrom_128k_airline_reviews
CREATE TABLE airlinereviews (
"aircraft" VARCHAR,
"airlinename" VARCHAR,
"cabintype" VARCHAR,
"dateflown" VARCHAR,
"datepub" VARCHAR,
"entertainmentrating" BIGINT,
"foodrating" BIGINT,
"groundservicerating" BIGINT,
"origincountry" VARCHAR,
"overallscore" DOUBLE,
"recommended" VARCHAR,
"review" VARCHAR,
"route" VARCHAR,
"seatcomfortrating" BIGINT,
"servicerating" BIGINT,
"slug" VARCHAR,
"title" VARCHAR,
"traveltype" VARCHAR,
"tripverified" VARCHAR,
"valuerating" BIGINT,
"wifirating" BIGINT,
"unique_id" VARCHAR
);
Anyone who has the link will be able to view this.