Chick-fil-A Nutrition Facts
detailed nutrition facts of all menus
@kaggle.prasertk_chickfila_nutirtion_facts
detailed nutrition facts of all menus
@kaggle.prasertk_chickfila_nutirtion_facts
CREATE TABLE chick_fil_a_nutrition (
"menu" VARCHAR,
"serving_size" VARCHAR,
"calories" DOUBLE,
"fat_g" DOUBLE,
"sat_fat_g" DOUBLE,
"trans_fat_g" DOUBLE,
"cholesterol_mg" BIGINT,
"sodium_mg" BIGINT,
"carbohydrates_g" BIGINT,
"fiber_g" BIGINT,
"sugar_g" BIGINT,
"protein_g" BIGINT
);
Anyone who has the link will be able to view this.