Candy Power Rankings Dataset
Attributes and Popularity Rankings for Halloween Candy
@fivethirtyeight.candy_power_ranking
Attributes and Popularity Rankings for Halloween Candy
@fivethirtyeight.candy_power_ranking
CREATE TABLE candy_data (
"competitorname" VARCHAR,
"chocolate" BIGINT,
"fruity" BIGINT,
"caramel" BIGINT,
"peanutyalmondy" BIGINT,
"nougat" BIGINT,
"crispedricewafer" BIGINT,
"hard" BIGINT,
"bar" BIGINT,
"pluribus" BIGINT,
"sugarpercent" DOUBLE,
"pricepercent" DOUBLE,
"winpercent" DOUBLE
);
Anyone who has the link will be able to view this.