Baselight

Greenhouse Gas Giants

Historical production data from largest fossil fuel producers

@kaggle.konradb_greenhouse_gas_giants

Emissions Medium Granularity
@kaggle.konradb_greenhouse_gas_giants.emissions_medium_granularity

  • 235.11 KB
  • 12551 rows
  • 7 columns
year

Year

parent_entity

Parent Entity

parent_type

Parent Type

commodity

Commodity

production_value

Production Value

production_unit

Production Unit

total_emissions_mtco2e

Total Emissions MtCO2e

1962Abu Dhabi National Oil CompanyState-owned EntityOil & NGL0.9125Million bbl/yr0.3638848308984855
1962Abu Dhabi National Oil CompanyState-owned EntityNatural Gas1.84325Bcf/yr0.1343552120344684
1963Abu Dhabi National Oil CompanyState-owned EntityOil & NGL1.825Million bbl/yr0.727769661796971
1963Abu Dhabi National Oil CompanyState-owned EntityNatural Gas4.4238Bcf/yr0.3224525088827243
1964Abu Dhabi National Oil CompanyState-owned EntityOil & NGL7.300000000000002Million bbl/yr2.911078647187884
1964Abu Dhabi National Oil CompanyState-owned EntityNatural Gas17.326549999999997Bcf/yr1.2629389931240036
1965Abu Dhabi National Oil CompanyState-owned EntityOil & NGL10.95Million bbl/yr4.366617970781825
1965Abu Dhabi National Oil CompanyState-owned EntityNatural Gas25.0682Bcf/yr1.827230883668772
1966Abu Dhabi National Oil CompanyState-owned EntityOil & NGL13.505Million bbl/yr5.385495497297585
1966Abu Dhabi National Oil CompanyState-owned EntityNatural Gas29.86065Bcf/yr2.1765544349583896

CREATE TABLE emissions_medium_granularity (
  "year" BIGINT,
  "parent_entity" VARCHAR,
  "parent_type" VARCHAR,
  "commodity" VARCHAR,
  "production_value" DOUBLE,
  "production_unit" VARCHAR,
  "total_emissions_mtco2e" DOUBLE
);

Share link

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