Baselight

Carl's Jr. Menu Nutrition Data

Carl's Jr. American Restaurant Menu Nutrition Information

@kaggle.mattop_carls_jr_menu_nutrition_data

Carls Jr Menu
@kaggle.mattop_carls_jr_menu_nutrition_data.carls_jr_menu

  • 10.72 KB
  • 42 rows
  • 12 columns
item

Item

category

Category

calories

Calories

fat_g

Fat (g)

sat_fat_g

Sat Fat (g)

trans_fat_g

Trans Fat (g)

cholesterol_mg

Cholesterol (mg)

sodium_mg

Sodium (mg)

total_carb_g

Total Carb (g)

dietary_fiber_g

Dietary Fiber (g)

sugars_g

Sugars (g)

protein_g

Protein (g)

The Breakfast BurgerBreakfast8304416124515906741342
Beyond Sausage® Egg & Cheese BiscuitBreakfast66042192401760463324
Bacon Egg & Cheese BiscuitBreakfast5903715255174044420
Monster Biscuit®Breakfast85061250.5365238046531
Biscuit ‘N’ Gravy™Breakfast50027132.51017805348
Beyond Sausage® BurritoBreakfast68036134651040415233
Steak and Egg BurritoBreakfast60033133901570372335
Loaded Breakfast BurritoBreakfast76048163701330463233
Big Country® Breakfast BurritoBreakfast66040123451140452126
Bacon, Egg, and Cheese BurritoBreakfast58035123651040321131

CREATE TABLE carls_jr_menu (
  "item" VARCHAR,
  "category" VARCHAR,
  "calories" BIGINT,
  "fat_g" BIGINT,
  "sat_fat_g" BIGINT,
  "trans_fat_g" DOUBLE,
  "cholesterol_mg" BIGINT,
  "sodium_mg" BIGINT,
  "total_carb_g" BIGINT,
  "dietary_fiber_g" BIGINT,
  "sugars_g" BIGINT,
  "protein_g" BIGINT
);

Share link

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