Baselight

Fast Food Joint Nutrition Values Dataset

Data collected from various fast food joint's menu and the nutrition values.

@kaggle.rakkesharv_fast_food_joint_nutrition_values_dataset

Loading...
Loading...

About this Dataset

Fast Food Joint Nutrition Values Dataset

This dataset is webscrapped and pdf-to-csv converted data, which is organised and cleaned prior and only requires rows are gathered and exported. This includes various Fast Food Chain Giants like KFC, McDonald's, Burger King, Dominos, Pizza Hut and Starbucks.

The columns are as follows:

Company - Name of the Fast Food Company

Category - The category of the meal

Product - Name of the Meal

Per Serve Size - Quantity of the Meal Served

Energy (kCal) - Energy from the Meal in Kilo Calories

Carbohydrates (g) - Carbohydrates obtained from the Meal in grams

Protein (g) - Proteins obtained from the Meal in grams

Fiber (g) - Fibers obtained from the Meal in grams

Sugar (g) - Sugars obtained from the Meal in grams

Total Fat (g) - Total Fats obtained from the Meal in grams

Saturated Fat (g) - Saturated Fats obtained from the Meal in grams

Trans Fat (g) - Trans Fat obtained from the Meal in grams

Cholesterol (mg) - Cholesterol obtained from the Meal in grams

Sodium (mg) - Sodium obtained from the Meal in grams

Tables

Nutrition Value Dataset

@kaggle.rakkesharv_fast_food_joint_nutrition_values_dataset.nutrition_value_dataset
  • 40.36 kB
  • 530 rows
  • 14 columns
Loading...
CREATE TABLE nutrition_value_dataset (
  "company" VARCHAR,
  "category" VARCHAR,
  "product" VARCHAR,
  "per_serve_size" VARCHAR,
  "energy_kcal" DOUBLE  -- Energy (kCal),
  "carbohydrates_g" DOUBLE  -- Carbohydrates (g),
  "protein_g" DOUBLE  -- Protein (g),
  "fiber_g" DOUBLE  -- Fiber (g),
  "sugar_g" DOUBLE  -- Sugar (g),
  "total_fat_g" DOUBLE  -- Total Fat (g),
  "saturated_fat_g" DOUBLE  -- Saturated Fat (g),
  "trans_fat_g" DOUBLE  -- Trans Fat (g),
  "cholesterol_mg" DOUBLE  -- Cholesterol (mg),
  "sodium_mg" DOUBLE  -- Sodium (mg)
);

Share link

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