10000 Restaurant Reviews
10000 Restaurant Reviews with 8 columns
@kaggle.joebeachcapital_restaurant_reviews
10000 Restaurant Reviews with 8 columns
@kaggle.joebeachcapital_restaurant_reviews
Dataset of restaurant reviews with 10000 rows and 8 columns
Source: https://github.com/manthanpatel98/Restaurant-Review-Sentiment-Analysis/tree/master
CREATE TABLE restaurant_reviews (
  "restaurant" VARCHAR,
  "reviewer" VARCHAR,
  "review" VARCHAR,
  "rating" VARCHAR,
  "metadata" VARCHAR,
  "time" TIMESTAMP,
  "pictures" BIGINT,
  "n_7514" DOUBLE  -- 7514
);Anyone who has the link will be able to view this.