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
CREATE TABLE food_waste_data_and_research_by_country (
"country" VARCHAR,
"combined_figures_kg_capita_year" BIGINT,
"household_estimate_kg_capita_year" BIGINT,
"household_estimate_tonnes_year" BIGINT,
"retail_estimate_kg_capita_year" BIGINT,
"retail_estimate_tonnes_year" BIGINT,
"food_service_estimate_kg_capita_year" BIGINT,
"food_service_estimate_tonnes_year" BIGINT,
"confidence_in_estimate" VARCHAR,
"m49_code" BIGINT,
"region" VARCHAR,
"source" VARCHAR
);
Anyone who has the link will be able to view this.