Chocolate Ratings
Reviews on more than 2400 chocolate bars!
@kaggle.andrewmvd_chocolate_ratings
Reviews on more than 2400 chocolate bars!
@kaggle.andrewmvd_chocolate_ratings
CREATE TABLE chocolate_ratings (
"ref" BIGINT,
"company_manufacturer" VARCHAR,
"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.