Eco-hotel
Donated on 7/22/2017
This dataset includes Online Textual Reviews from both online (e.g., TripAdvisor) and offline (e.g., Guests' book) sources from the Areias do Seixo Eco-Resort.
Dataset Characteristics
Text
Subject Area
Business
Associated Tasks
-
Feature Type
-
# Instances
401
# Features
-
Dataset Information
Additional Information
The CSV holds one cell per review, except the first row, which is the header. All the 401 reviews were collected between January and August of 2015.
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
no |
0 to 1 of 1
Additional Variable Information
Textual review.
Dataset Files
File | Size |
---|---|
dataset-CalheirosMoroRita-2017.csv | 110.8 KB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset eco_hotel = fetch_ucirepo(id=398) # data (as pandas dataframes) X = eco_hotel.data.features y = eco_hotel.data.targets # metadata print(eco_hotel.metadata) # variable information print(eco_hotel.variables)
Calheiros, C., Moro, S., & Rita, P. (2017). Eco-hotel [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5M30H.
Creators
C. Calheiros
S. Moro
P. Rita
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.