Baselight

Emissions By Country

Quantifying Sources and Emission Levels

@kaggle.thedevastator_global_fossil_co2_emissions_by_country_2002_2022

Loading...
Loading...

About this Dataset

Emissions By Country


Emissions by Country

Quantifying Sources and Emission Levels

By [source]


About this dataset

This dataset provides an in-depth look into the global CO2 emissions at the country-level, allowing for a better understanding of how much each country contributes to the global cumulative human impact on climate. It contains information on total emissions as well as from coal, oil, gas, cement production and flaring, and other sources. The data also provides a breakdown of per capita CO2 emission per country - showing which countries are leading in pollution levels and identifying potential areas where reduction efforts should be concentrated. This dataset is essential for anyone who wants to get informed about their own environmental footprint or conduct research on international development trends

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

This dataset provides a country-level survey of global fossil CO2 emissions, including total emissions, emissions from coal, oil, gas, cement, flaring and other sources as well as per capita emissions.

For researchers looking to quantify global CO2 emission levels by country over time and understand the sources of these emissions this dataset can be a valuable resource.

The data is organized using the following columns: Country (the name of the country), ISO 3166-1 alpha-3 (the three letter code for the country), Year (the year of survey data), Total (the total amount of CO2 emitted by the country in that year), Coal (amount of CO2 emitted by coal in that year), Oil (amount emitted by oil) , Gas (amount emitted by gas) , Cement( amount emitted by cement) , Flaring(flaring emission levels ) and Other( other forms such as industrial processes ). In addition there is also one extra column Per Capita which provides an insight into how much personal carbon dioxide emission is present in each Country per individual .

To make use of these columns you can aggregate sum up Total column for a specific region or help define how much each source contributes to Total column such as how many percent it accounts for out of 100 or construct dashboard visualizations to explore what sources are responsible for higher level emission across different countries similar clusters or examine whether individual countries Focusing on Flaring — emissions associated with burning off natural gas while drilling—can improve overall Fossil Fuel Carbon Emission profiles better understanding  of certain types nuclear power plants etc.

The main purpose behind this dataset was to facilitate government bodies private organizations universities NGO's research agencies alike applying analytical techniques tracking environment changes linked with influence cross regions providing resources needed analyze process monitor developing directed ways managing efficient ways get detailed comprehensive verified information

With insights gleaned from this dataset one can begin identify strategies efforts pollutant mitigation climate change combat etc while making decisions centered around sustainable developments with continent wide unified plans policy implementations keep an eye out evidences regional discrepancies  being displayed improving quality life might certainly seem likely assure task easy quickly done “Global Fossil Carbon Dioxide Emissions:Country Level Survey 2002 2022 could exactly what us

Research Ideas

  • Using the per capita emissions data, develop a reporting system to track countries' progress in meeting carbon emission targets and give policy recommendations for how countries can reach those targets more quickly.
  • Analyze the correlation between different fossil fuel sources and CO2 emissions to understand how best to reduce CO2 emissions at a country-level.
  • Create an interactive map showing global CO2 levels over time that allows users to visualize trends by country or region across all fossil fuel sources

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: GCB2022v27_MtCO2_flat.csv

Column name Description
Country The name of the country. (String)
ISO 3166-1 alpha-3 The three-letter code for the country. (String)
Year The year of the data. (Integer)
Total The total amount of CO2 emissions for the country in the given year. (Float)
Coal The amount of CO2 emissions from coal for the country in the given year. (Float)
Oil The amount of CO2 emissions from oil for the country in the given year. (Float)
Gas The amount of CO2 emissions from gas for the country in the given year. (Float)
Cement The amount of CO2 emissions from cement production for the country in the given year. (Float)
Flaring The amount of CO2 emissions from flaring operations for the country in the given year. (Float)
Other The amount of CO2 emissions from other sources for the country in the given year. (Float)
Per Capita The amount of CO2 emissions per capita for the country in the given year. (Float)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .

Tables

Gcb2022v27 Mtco2 Flat

@kaggle.thedevastator_global_fossil_co2_emissions_by_country_2002_2022.gcb2022v27_mtco2_flat
  • 796.18 KB
  • 63104 rows
  • 11 columns
Loading...

CREATE TABLE gcb2022v27_mtco2_flat (
  "country" VARCHAR,
  "iso_3166_1_alpha_3" VARCHAR,
  "year" BIGINT,
  "total" DOUBLE,
  "coal" DOUBLE,
  "oil" DOUBLE,
  "gas" DOUBLE,
  "cement" DOUBLE,
  "flaring" DOUBLE,
  "other" DOUBLE,
  "per_capita" DOUBLE
);

Gcb2022v27 Percapita Flat

@kaggle.thedevastator_global_fossil_co2_emissions_by_country_2002_2022.gcb2022v27_percapita_flat
  • 661.08 KB
  • 63104 rows
  • 10 columns
Loading...

CREATE TABLE gcb2022v27_percapita_flat (
  "country" VARCHAR,
  "iso_3166_1_alpha_3" VARCHAR,
  "year" BIGINT,
  "total" DOUBLE,
  "coal" DOUBLE,
  "oil" DOUBLE,
  "gas" DOUBLE,
  "cement" DOUBLE,
  "flaring" DOUBLE,
  "other" DOUBLE
);

Gcb2022v27 Sources Flat

@kaggle.thedevastator_global_fossil_co2_emissions_by_country_2002_2022.gcb2022v27_sources_flat
  • 28.94 KB
  • 63104 rows
  • 11 columns
Loading...

CREATE TABLE gcb2022v27_sources_flat (
  "country" VARCHAR,
  "iso_3166_1_alpha_3" VARCHAR,
  "year" BIGINT,
  "total" VARCHAR,
  "coal" VARCHAR,
  "oil" VARCHAR,
  "gas" VARCHAR,
  "cement" VARCHAR,
  "flaring" VARCHAR,
  "other" VARCHAR,
  "per_capita" VARCHAR
);

Share link

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