TripAdvisor Hotel Reviews
Containing 878561 reviews (1.3GB) from 4333 hotels crawled from TripAdvisor
@kaggle.joebeachcapital_hotel_reviews
Containing 878561 reviews (1.3GB) from 4333 hotels crawled from TripAdvisor
@kaggle.joebeachcapital_hotel_reviews
CREATE TABLE offerings (
"hotel_class" DOUBLE,
"region_id" BIGINT,
"url" VARCHAR,
"phone" VARCHAR,
"details" VARCHAR,
"address" VARCHAR,
"type" VARCHAR,
"id" BIGINT,
"name" VARCHAR
);
CREATE TABLE reviews (
"ratings" VARCHAR,
"title" VARCHAR,
"text" VARCHAR,
"author" VARCHAR,
"date_stayed" VARCHAR,
"offering_id" BIGINT,
"num_helpful_votes" BIGINT,
"date" TIMESTAMP,
"id" BIGINT,
"via_mobile" BOOLEAN
);
Anyone who has the link will be able to view this.