Baselight

10000 Restaurant Reviews

10000 Restaurant Reviews with 8 columns

@kaggle.joebeachcapital_restaurant_reviews

Loading...
Loading...

About this Dataset

10000 Restaurant Reviews

Dataset of restaurant reviews with 10000 rows and 8 columns

  • Dataset has 10000 rows and 8 columns.
  • Try to perform NLP by using the "Review" and "Rating columns"
    T- ry sentiment analysis by considering rating above 3 as "Positive" and below 3 as "Negative"

Source: https://github.com/manthanpatel98/Restaurant-Review-Sentiment-Analysis/tree/master

Tables

Restaurant Reviews

@kaggle.joebeachcapital_restaurant_reviews.restaurant_reviews
  • 1.85 MB
  • 10000 rows
  • 8 columns
Loading...

CREATE TABLE restaurant_reviews (
  "restaurant" VARCHAR,
  "reviewer" VARCHAR,
  "review" VARCHAR,
  "rating" VARCHAR,
  "metadata" VARCHAR,
  "time" TIMESTAMP,
  "pictures" BIGINT,
  "n_7514" DOUBLE
);

Share link

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