Baselight

Candy Power Rankings Dataset

Attributes and Popularity Rankings for Halloween Candy

@fivethirtyeight.candy_power_ranking

Loading...
Loading...

About this Dataset

Candy Power Rankings Dataset

This dataset contains ratings, attributes, and rankings for popular Halloween candies based on survey results and 269,000 head-to-head matchups.

It includes binary indicators for candy characteristics such as chocolate, fruit flavor, caramel, nuts, nougat, and more.

It also provides percentile rankings for sugar content, price, and overall popularity (win percentage). For binary variables, 1 indicates 'yes' and 0 indicates 'no'.

Tables

Candy Power Rankings And Attributes

@fivethirtyeight.candy_power_ranking.candy_data
  • 12.19 KB
  • 85 rows
  • 13 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.