Baselight

Hotel Reviews

Labelled hotel reviews

@kaggle.harmanpreet93_hotelreviews

Loading...
Loading...

About this Dataset

Hotel Reviews

Data Description

Dataset is from one of the leading travel site containing hotel reviews provided by customers.

Variable Description
User_ID unique ID of the customer
Description description of the review posted
Browser_Used browser used to post the review
Device_Used device used to post the review
Is_Response target Variable

Tables

Hotel Reviews

@kaggle.harmanpreet93_hotelreviews.hotel_reviews
  • 19.77 MB
  • 38932 rows
  • 5 columns
Loading...

CREATE TABLE hotel_reviews (
  "user_id" VARCHAR,
  "description" VARCHAR,
  "browser_used" VARCHAR,
  "device_used" VARCHAR,
  "is_response" VARCHAR
);

Share link

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