Chocolate Bar Ratings
Ratings of over 2,500 chocolate bars from around the globe
@kaggle.evangower_chocolate_bar_ratings
Ratings of over 2,500 chocolate bars from around the globe
@kaggle.evangower_chocolate_bar_ratings
CREATE TABLE chocolate_bars (
"id" BIGINT,
"manufacturer" VARCHAR,
"company_location" VARCHAR,
"year_reviewed" BIGINT,
"bean_origin" VARCHAR,
"bar_name" VARCHAR,
"cocoa_percent" DOUBLE,
"num_ingredients" DOUBLE,
"ingredients" VARCHAR,
"review" VARCHAR,
"rating" DOUBLE
);
Anyone who has the link will be able to view this.