Food Waste
Retail, Food Services, and Household Food Waste Estimate of all Countries
@kaggle.joebeachcapital_food_waste
Retail, Food Services, and Household Food Waste Estimate of all Countries
@kaggle.joebeachcapital_food_waste
Food Waste is a big climate problem we can actually tackle. This dataset includes, by country, both household, retail, and food services estimates of food waste as well as other data points.
CREATE TABLE food_waste_data_and_research_by_country (
"country" VARCHAR,
"combined_figures_kg_capita_year" BIGINT -- Combined Figures (kg/capita/year),
"household_estimate_kg_capita_year" BIGINT -- Household Estimate (kg/capita/year),
"household_estimate_tonnes_year" BIGINT -- Household Estimate (tonnes/year),
"retail_estimate_kg_capita_year" BIGINT -- Retail Estimate (kg/capita/year),
"retail_estimate_tonnes_year" BIGINT -- Retail Estimate (tonnes/year),
"food_service_estimate_kg_capita_year" BIGINT -- Food Service Estimate (kg/capita/year),
"food_service_estimate_tonnes_year" BIGINT -- Food Service Estimate (tonnes/year),
"confidence_in_estimate" VARCHAR,
"m49_code" BIGINT,
"region" VARCHAR,
"source" VARCHAR
);
Anyone who has the link will be able to view this.