FoodEmissions
Dataset sourced from Science and Our World in Data
@kaggle.amandaroseknudsen_foodproductemissions
Dataset sourced from Science and Our World in Data
@kaggle.amandaroseknudsen_foodproductemissions
CREATE TABLE food_product_emissions (
"food_product" VARCHAR,
"land_use_change" DOUBLE,
"feed" DOUBLE,
"farm" DOUBLE,
"processing" DOUBLE,
"transport" DOUBLE,
"packaging" DOUBLE,
"retail" DOUBLE,
"total_from_land_to_retail" DOUBLE,
"total_global_average_ghg_emissions_per_kg" DOUBLE,
"unit_of_ghg_emissions" VARCHAR
);
Anyone who has the link will be able to view this.