TripAdvisor Traveler Rating
Traveler rating for restaurants from site TripAdvisor
@kaggle.mrhelios_tripadvisorplus
Traveler rating for restaurants from site TripAdvisor
@kaggle.mrhelios_tripadvisorplus
CREATE TABLE tripadvisorplus (
"url" VARCHAR,
"rate5" BIGINT,
"rate4" BIGINT,
"rate3" BIGINT,
"rate2" BIGINT,
"rate1" BIGINT
);
Anyone who has the link will be able to view this.