Shake Shack - Nutritional Information
Explore nutritional informatation of your favorite menus
@kaggle.prasertk_shakeshack
Explore nutritional informatation of your favorite menus
@kaggle.prasertk_shakeshack
CREATE TABLE shake_shack_nutrition (
"category" VARCHAR,
"menu" VARCHAR,
"calories" VARCHAR,
"total_fat" VARCHAR,
"sat_fat" VARCHAR,
"trans_fat" DOUBLE,
"cholesterol" BIGINT,
"sodium" VARCHAR,
"total_carb" VARCHAR,
"fiber" BIGINT,
"sugars" VARCHAR,
"protein" VARCHAR
);
Anyone who has the link will be able to view this.