Environmental And Energy Policy Impacts: OECD
Unveiling Environmental Policy Impacts and Technological Advances
@kaggle.ioanabirlan_green_growth
Unveiling Environmental Policy Impacts and Technological Advances
@kaggle.ioanabirlan_green_growth
This dataset provides comprehensive panel data (2000-2019) on various environmental and energy metrics across two regions, focusing on indicators that influence CO2 emissions.
It includes data from OECD statistics and encompasses variables that serve as indicators of smart urban development and governmental policies.
Researchers and policymakers can use this dataset to analyze the impact of various factors on CO2 emissions and to compare the effectiveness of environmental policies between OECD countries in Europe and America. The dataset is valuable for exploring significant differences and similarities in environmental and energy policies, municipal waste management, renewable energy adoption, and technology development.
Variables included:
Usage:
This dataset is ideal for analyzing the determinants of CO2 emissions and understanding the effectiveness of different environmental policies. Users can explore:
Source:
The data is sourced from OECD Statistics
CREATE TABLE dataset (
"year" BIGINT,
"oecd_region" VARCHAR,
"production_based_co2_emissions" DOUBLE,
"total_primary_energy_supply" DOUBLE,
"renewable_energy_supply_total_energy_supply" DOUBLE -- Renewable Energy Supply, % Total Energy Supply,
"municipal_waste_recycled_or_composted_treated_waste" DOUBLE -- Municipal Waste Recycled Or Composted, % Treated Waste,
"mortality_from_exposure_to_ambient_pm2_5" DOUBLE,
"welfare_costs_of_premature_mortalities_from_exposure_t_df07ca4b" DOUBLE -- Welfare Costs Of Premature Mortalities From Exposure To Ambient PM2.5, GDP Equivalent,
"development_of_environment_related_technologies_all_te_7c48bbff" DOUBLE -- Development Of Environment-related Technologies, % All Technologies,
"relative_advantage_in_environment_related_technology" DOUBLE,
"environmentally_related_taxes_gdp" DOUBLE -- Environmentally Related Taxes, % GDP,
"terrestrial_protected_area_land_area" DOUBLE -- Terrestrial Protected Area, % Land Area,
"n__population_density_inhabitants_per_km2" DOUBLE -- Population Density, Inhabitants Per Km2
);
Anyone who has the link will be able to view this.