Baselight

Food Waste

Retail, Food Services, and Household Food Waste Estimate of all Countries

@kaggle.joebeachcapital_food_waste

Loading...
Loading...

About this Dataset

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.

Tables

Food Waste Data And Research By Country

@kaggle.joebeachcapital_food_waste.food_waste_data_and_research_by_country
  • 21.27 KB
  • 214 rows
  • 12 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.