Baselight

TripAdvisor Traveler Rating

Traveler rating for restaurants from site TripAdvisor

@kaggle.mrhelios_tripadvisorplus

Loading...
Loading...

About this Dataset

TripAdvisor Traveler Rating

About this dataset

Each traveler rating is mapped as Excellent (rate5), Very Good (rate4), Average (rate3), Poor (rate2), and Terrible (rate1). For all ratings there is a link to the restaurant (url)

Tables

Tripadvisorplus

@kaggle.mrhelios_tripadvisorplus.tripadvisorplus
  • 1.55 MB
  • 43508 rows
  • 6 columns
Loading...

CREATE TABLE tripadvisorplus (
  "url" VARCHAR,
  "rate5" BIGINT,
  "rate4" BIGINT,
  "rate3" BIGINT,
  "rate2" BIGINT,
  "rate1" BIGINT
);

Share link

Anyone who has the link will be able to view this.