review | R Documentation |
This dataset contains travel reviews from TripAdvisor.com, covering destinations in 11 categories across East Asia. Each traveler's rating is mapped to a scale from Terrible (0) to Excellent (4), and the average rating for each category per user is provided.
review
A data frame with multiple rows and 12 columns.
User_ID
: Unique identifier for each user (Categorical).
Art_Galleries
: Average user feedback on art galleries.
Dance_Clubs
: Average user feedback on dance clubs.
Juice_Bars
: Average user feedback on juice bars.
Restaurants
: Average user feedback on restaurants.
Museums
: Average user feedback on museums.
Resorts
: Average user feedback on resorts.
Parks_Picnic_Spots
: Average user feedback on parks and picnic spots.
Beaches
: Average user feedback on beaches.
Theaters
: Average user feedback on theaters.
Religious_Institutions
: Average user feedback on religious institutions.
The dataset is populated by crawling TripAdvisor.com and includes reviews on destinations in 11 categories across East Asia. Each traveler's rating is mapped as follows: Excellent (4), Very Good (3), Average (2), Poor (1), and Terrible (0). The average rating for each category per user is used.
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license, which allows for sharing and adaptation of the data for any purpose, provided that appropriate credit is given.
UCI Machine Learning Repository
# Load the dataset
data(review)
# Print the first few rows of the dataset
print(head(review))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.