Pizza Hut Ratings And Reviews
Insights from One of Sri Lanka's Pioneer Branches
@kaggle.kanchana1990_pizza_hut_ratings_and_reviews
Insights from One of Sri Lanka's Pioneer Branches
@kaggle.kanchana1990_pizza_hut_ratings_and_reviews
The "Pizza Hut Reviews and Ratings: Insights from One of Sri Lanka's Pioneer Branches" dataset comprises a detailed compilation of customer feedback for the Pizza Hut outlet at Union Place, Colombo. This branch stands out as one of the inaugural Pizza Hut locations in Sri Lanka. The dataset is structured to encapsulate a wide array of customer experiences through ratings and textual reviews.
The dataset adheres to strict data privacy standards, including GDPR, ensuring the removal of personal identifiers to maintain reviewer anonymity and privacy.
Gratitude is extended to the platforms enabling this data collection and to Pizza Hut for the use of their logo as the thumbnail image for this dataset. This is purely for illustrative purposes and does not imply any affiliation or endorsement.
CREATE TABLE pizza_hut_reviews (
"title" VARCHAR,
"stars" BIGINT,
"text" VARCHAR
);
Anyone who has the link will be able to view this.