Carbon (CO2) Emissions
Global Carbon Emissions by Country (Historical & Recent Data)
@kaggle.ravindrasinghrana_carbon_co2_emissions
Global Carbon Emissions by Country (Historical & Recent Data)
@kaggle.ravindrasinghrana_carbon_co2_emissions
This dataset provides a comprehensive look at carbon dioxide (CO₂) emissions on a country-by-country basis, enabling analysis of both historical trends and recent developments in global emissions. Sourced from data.gov.in and curated for accuracy and usability, this dataset includes annual emissions data for numerous countries, categorized by year and region.
Descriptions for each of the columns in the dataset:
These column descriptions highlight each field's purpose, making it easier to interpret the dataset and utilize it effectively in their analyses.
Key Features:
Use Cases:
This dataset is valuable for environmental researchers, data scientists, policymakers, and anyone interested in studying carbon emissions patterns, analyzing climate change impact, or modelling future scenarios of CO₂ emissions. It supports a wide range of analyses, from simple visualizations to complex statistical modelling.
Acknowledgements:
We would like to express our gratitude to the Python Request, HTML, and beautifulsoup libraries for their invaluable contribution to the dataset generation process.
Note:
Please note that the examples provided are scraped from the Internet (https://www.macrotrends.net/) and for illustrative purposes. You can tailor the descriptions and examples to match the specifics of your dataset. You can also reach me via email at: rrana157@gmail.com
CREATE TABLE carbon_co2_emissions_by_country (
"country" VARCHAR,
"region" VARCHAR,
"date" VARCHAR,
"kilotons_of_co2" DOUBLE,
"metric_tons_per_capita" DOUBLE
);Anyone who has the link will be able to view this.