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
Everybody nowadays is mindful of what they eat. đŸ¥‘Counting calories and reducing fat intake is the number one advice given by all dieticians and nutritionists. Therefore, we need to know what foods are rich in what nutrients, don't we?
The dataset contains a csv file with more than 300 foods each with the amount of Calories, Fats, Proteins, Saturated Fats, Carbohydrates, Fibers labelled for each food. Also, the foods are also categorised into various groups like Desserts, Vegetables, Fruits etc.
Note: "t" indicates that only a trace amount is available(miniscule)
References:
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.