Chocolate Bar Ratings
Expert ratings of over 1,700 chocolate bars
@kaggle.rtatman_chocolate_bar_ratings
Expert ratings of over 1,700 chocolate bars
@kaggle.rtatman_chocolate_bar_ratings
CREATE TABLE flavors_of_cacao (
"company_maker_if_known" VARCHAR,
"specific_bean_origin_or_bar_name" VARCHAR,
"ref" BIGINT,
"review_date" BIGINT,
"cocoa_percent" VARCHAR,
"company_location" VARCHAR,
"rating" DOUBLE,
"bean_type" VARCHAR,
"broad_bean_origin" VARCHAR
);
Anyone who has the link will be able to view this.