Baselight

Dunkin Donuts Nutrition

Dunkin' Donuts' Menu Nutrition, Micronutrients, and Calorie Information

@kaggle.joebeachcapital_dunkin_donuts_nutrition

Dunkindonutsnutrition
@kaggle.joebeachcapital_dunkin_donuts_nutrition.dunkindonutsnutrition

  • 25.83 KB
  • 780 rows
  • 13 columns
category

Category

item

Item

calories

Calories

total_fat_g

Total Fat (g)

saturated_fat_g

Saturated Fat (g)

trans_fat_g

Trans Fat (g)

cholesterol_mg

Cholesterol (mg)

sodium_mg

Sodium (mg)

carbs_g

Carbs (g)

fiber_g

Fiber (g)

sugars_g

Sugars (g)

protein_g

Protein (g)

weight_watcher_pnts

Weight Watcher Pnts

Cold Brew CoffeeCold Brew Coffee, Large500002000014
Cold Brew CoffeeCold Brew Coffee, Medium500001500005
Cold Brew CoffeeCold Brew Coffee, Small500001000005
Cold Brew CoffeeCold Brew Coffee with Cream, Large120126035652022126
Cold Brew CoffeeCold Brew Coffee with Cream, Medium9094.502545101293.5
Cold Brew CoffeeCold Brew Coffee with Cream, Small606302030101163
Cold Brew CoffeeCold Brew Coffee with Cream and Sugar, Large26012603565370362300
Cold Brew CoffeeCold Brew Coffee with Cream and Sugar, Medium19094.502545270272219.5
Cold Brew CoffeeCold Brew Coffee with Cream and Sugar, Small1306302030180181150
Cold Brew CoffeeNitro Cold Brew Coffee, Medium500001000014

CREATE TABLE dunkindonutsnutrition (
  "category" VARCHAR,
  "item" VARCHAR,
  "calories" VARCHAR,
  "total_fat_g" VARCHAR,
  "saturated_fat_g" VARCHAR,
  "trans_fat_g" VARCHAR,
  "cholesterol_mg" VARCHAR,
  "sodium_mg" VARCHAR,
  "carbs_g" VARCHAR,
  "fiber_g" VARCHAR,
  "sugars_g" VARCHAR,
  "protein_g" VARCHAR,
  "weight_watcher_pnts" VARCHAR
);