Fastfood Nutrition
Which fast food products are worst for you?
@kaggle.ulrikthygepedersen_fastfood_nutrition
Which fast food products are worst for you?
@kaggle.ulrikthygepedersen_fastfood_nutrition
CREATE TABLE fastfood (
"restaurant" VARCHAR,
"item" VARCHAR,
"calories" BIGINT,
"cal_fat" BIGINT,
"total_fat" BIGINT,
"sat_fat" DOUBLE,
"trans_fat" DOUBLE,
"cholesterol" BIGINT,
"sodium" BIGINT,
"total_carb" BIGINT,
"fiber" DOUBLE,
"sugar" BIGINT,
"protein" DOUBLE,
"vit_a" DOUBLE,
"vit_c" DOUBLE,
"calcium" DOUBLE,
"salad" VARCHAR
);
Anyone who has the link will be able to view this.