Nutritional Facts For Most Common Foods
Know the nutrients in your food: Fat, Carbs, Proteins etc
@kaggle.niharika41298_nutrition_details_for_most_common_foods
Know the nutrients in your food: Fat, Carbs, Proteins etc
@kaggle.niharika41298_nutrition_details_for_most_common_foods
CREATE TABLE nutrients_file (
"food" VARCHAR,
"measure" VARCHAR,
"grams" BIGINT,
"calories" VARCHAR,
"protein" VARCHAR,
"fat" VARCHAR,
"sat_fat" VARCHAR,
"fiber" VARCHAR,
"carbs" VARCHAR,
"category" VARCHAR
);
Anyone who has the link will be able to view this.