Chocolate Bar Ratings 2022
Expert ratings of over 2,500 chocolate bars
@kaggle.nyagami_chocolate_bar_ratings_2022
Expert ratings of over 2,500 chocolate bars
@kaggle.nyagami_chocolate_bar_ratings_2022
Photo by Michele Blackwell on Unsplash
The chocolate rating dataset was scraped from flavours of cacao. The dataset comprises various chocolate bars with their ingredients. These determine the overall taste and flavour of the chocolates, which consequently affect their ratings.
The chocolate reviews are between 2006 and 2022. The dataset was last updated on June 26, 2022.
The ratings are between 1 and 5 with 1 considered the lowest rating and 5 as the highest rating possible.
Ratings assigned to the chocolate bars are based on the following aspects:
There are ten variables in the dataset as follows:
CREATE TABLE chocolate_bar_ratings_2022 (
"ref" BIGINT,
"company_manufacturer" VARCHAR -- Company (Manufacturer),
"company_location" VARCHAR,
"review_date" BIGINT,
"country_of_bean_origin" VARCHAR,
"specific_bean_origin_or_bar_name" VARCHAR,
"cocoa_percent" VARCHAR,
"ingredients" VARCHAR,
"most_memorable_characteristics" VARCHAR,
"rating" DOUBLE
);Anyone who has the link will be able to view this.