Baselight

Environment Impact Of Food Production

What are the environmental impacts of food and agriculture?

@kaggle.selfvivek_environment_impact_of_food_production

Loading...
Loading...

About this Dataset

Environment Impact Of Food Production

Context

As the world’s population has expanded and gotten richer, the demand for food, energy and water has seen a rapid increase. Not only has demand for all three increased, but they are also strongly interlinked: food production requires water and energy; traditional energy production demands water resources; agriculture provides a potential energy source. This article focuses on the environmental impacts of food. Ensuring everyone in the world has access to a nutritious diet in a sustainable way is one of the greatest challenges we face.

Content

This dataset contains most 43 most common foods grown across the globe and 23 columns as their respective land, water usage and carbon footprints.

Columns

  1. Land use change - Kg CO2 - equivalents per kg product
  2. Animal Feed - Kg CO2 - equivalents per kg product
  3. Farm - Kg CO2 - equivalents per kg product
  4. Processing - Kg CO2 - equivalents per kg product
  5. Transport - Kg CO2 - equivalents per kg product
  6. Packaging - Kg CO2 - equivalents per kg product
  7. Retail - Kg CO2 - equivalents per kg product

These represent greenhouse gas emissions per kg of food product(Kg CO2 - equivalents per kg product) across different stages in the lifecycle of food production.

Eutrophication – the pollution of water bodies and ecosystems with excess nutrients – is a major environmental problem. The runoff of nitrogen and other nutrients from agricultural production systems is a leading contributor.

Acknowledgements

https://ourworldindata.org

Inspiration

  1. Which types of food have more negative impact on the environment?
  2. What types of food production should be encouraged to consume nutritious diet in a sustainable way?
  3. Which stage of food production contributes more to the greenhouse gas emmision?
  4. Compare carbon footprint of plant-based foods?
  5. Compare carbon footprint of animal-based foods?
  6. Compare carbon footprint of protein rich foods?

Tables

Food Production

@kaggle.selfvivek_environment_impact_of_food_production.food_production
  • 26.29 KB
  • 43 rows
  • 23 columns
Loading...

CREATE TABLE food_production (
  "food_product" VARCHAR,
  "land_use_change" DOUBLE,
  "animal_feed" DOUBLE,
  "farm" DOUBLE,
  "processing" DOUBLE,
  "transport" DOUBLE,
  "packging" DOUBLE,
  "retail" DOUBLE,
  "total_emissions" DOUBLE,
  "eutrophying_emissions_per_1000kcal_gpo_eq_per_1000kcal" DOUBLE,
  "eutrophying_emissions_per_kilogram_gpo_eq_per_kilogram" DOUBLE,
  "eutrophying_emissions_per_100g_protein_gpo_eq_per_100__2fd9f92a" DOUBLE,
  "freshwater_withdrawals_per_1000kcal_liters_per_1000kcal" DOUBLE,
  "freshwater_withdrawals_per_100g_protein_liters_per_100_423b6869" DOUBLE,
  "freshwater_withdrawals_per_kilogram_liters_per_kilogram" DOUBLE,
  "greenhouse_gas_emissions_per_1000kcal_kgco_eq_per_1000kcal" DOUBLE,
  "greenhouse_gas_emissions_per_100g_protein_kgco_eq_per__d11fbfec" DOUBLE,
  "land_use_per_1000kcal_m_per_1000kcal" DOUBLE,
  "land_use_per_kilogram_m_per_kilogram" DOUBLE,
  "land_use_per_100g_protein_m_per_100g_protein" DOUBLE,
  "scarcity_weighted_water_use_per_kilogram_liters_per_kilogram" DOUBLE,
  "scarcity_weighted_water_use_per_100g_protein_liters_pe_08d54dd9" DOUBLE,
  "scarcity_weighted_water_use_per_1000kcal_liters_per_10_2e640424" DOUBLE
);

Share link

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