Environment Impact Of Food Production
What are the environmental impacts of food and agriculture?
@kaggle.selfvivek_environment_impact_of_food_production
What are the environmental impacts of food and agriculture?
@kaggle.selfvivek_environment_impact_of_food_production
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.
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
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.
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 1000kcal (gPO₄eq Per 1000kcal),
"eutrophying_emissions_per_kilogram_gpo_eq_per_kilogram" DOUBLE -- Eutrophying Emissions Per Kilogram (gPO₄eq Per Kilogram),
"eutrophying_emissions_per_100g_protein_gpo_eq_per_100__2fd9f92a" DOUBLE -- Eutrophying Emissions Per 100g Protein (gPO₄eq Per 100 Grams Protein),
"freshwater_withdrawals_per_1000kcal_liters_per_1000kcal" DOUBLE -- Freshwater Withdrawals Per 1000kcal (liters Per 1000kcal),
"freshwater_withdrawals_per_100g_protein_liters_per_100_423b6869" DOUBLE -- Freshwater Withdrawals Per 100g Protein (liters Per 100g Protein),
"freshwater_withdrawals_per_kilogram_liters_per_kilogram" DOUBLE -- Freshwater Withdrawals Per Kilogram (liters Per Kilogram),
"greenhouse_gas_emissions_per_1000kcal_kgco_eq_per_1000kcal" DOUBLE -- Greenhouse Gas Emissions Per 1000kcal (kgCO₂eq Per 1000kcal),
"greenhouse_gas_emissions_per_100g_protein_kgco_eq_per__d11fbfec" DOUBLE -- Greenhouse Gas Emissions Per 100g Protein (kgCO₂eq Per 100g Protein),
"land_use_per_1000kcal_m_per_1000kcal" DOUBLE -- Land Use Per 1000kcal (m² Per 1000kcal),
"land_use_per_kilogram_m_per_kilogram" DOUBLE -- Land Use Per Kilogram (m² Per Kilogram),
"land_use_per_100g_protein_m_per_100g_protein" DOUBLE -- Land Use Per 100g Protein (m² Per 100g Protein),
"scarcity_weighted_water_use_per_kilogram_liters_per_kilogram" DOUBLE -- Scarcity-weighted Water Use Per Kilogram (liters Per Kilogram),
"scarcity_weighted_water_use_per_100g_protein_liters_pe_08d54dd9" DOUBLE -- Scarcity-weighted Water Use Per 100g Protein (liters Per 100g Protein),
"scarcity_weighted_water_use_per_1000kcal_liters_per_10_2e640424" DOUBLE -- Scarcity-weighted Water Use Per 1000kcal (liters Per 1000 Kilocalories)
);Anyone who has the link will be able to view this.