Baselight

Fast Food Nutrition

Nutritional Values, Micronutrients, and Calories from Six Fast Food Restaurants

@kaggle.joebeachcapital_fast_food

Loading...
Loading...

About this Dataset

Fast Food Nutrition

Nutritional values, including Calories and Micro-nutrients from six of the largest and most popular fast food restaurants:

  • McDonald's
  • Burger King
  • Wendy's
  • Kentucky Fried Chicken (KFC)
  • Taco Bell
  • Pizza Hut

Attributes include: Calories, Calories from Fat, Total Fat, Saturated Fat, Trans Fat, Cholesterol, Sodium, Carbs, Fiber, Sugars, Protein, and Weight Watchers Points (where available).

Tables

Fastfoodnutritionmenuv2

@kaggle.joebeachcapital_fast_food.fastfoodnutritionmenuv2
  • 37.18 KB
  • 1148 rows
  • 14 columns
Loading...

CREATE TABLE fastfoodnutritionmenuv2 (
  "company" VARCHAR,
  "item" VARCHAR,
  "calories" VARCHAR,
  "calories_from_fat" 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_watchers_pnts" VARCHAR
);

Fastfoodnutritionmenuv3

@kaggle.joebeachcapital_fast_food.fastfoodnutritionmenuv3
  • 37.12 KB
  • 1147 rows
  • 14 columns
Loading...

CREATE TABLE fastfoodnutritionmenuv3 (
  "company" VARCHAR,
  "item" VARCHAR,
  "calories" VARCHAR,
  "calories_from_fat" 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_watchers_pnts" VARCHAR
);

Share link

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