Carl's Jr. Menu Nutrition Data
Carl's Jr. American Restaurant Menu Nutrition Information
@kaggle.mattop_carls_jr_menu_nutrition_data
Carl's Jr. American Restaurant Menu Nutrition Information
@kaggle.mattop_carls_jr_menu_nutrition_data
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
);
Anyone who has the link will be able to view this.