Baselight

Greenhouse Gas Giants

Historical production data from largest fossil fuel producers

@kaggle.konradb_greenhouse_gas_giants

Emissions Low Granularity
@kaggle.konradb_greenhouse_gas_giants.emissions_low_granularity

  • 63.55 KB
  • 6069 rows
  • 4 columns
year

Year

parent_entity

Parent Entity

parent_type

Parent Type

total_emissions_mtco2e

Total Emissions MtCO2e

1962Abu Dhabi National Oil CompanyState-owned Entity0.4982400429329539
1963Abu Dhabi National Oil CompanyState-owned Entity1.0502221706796953
1964Abu Dhabi National Oil CompanyState-owned Entity4.174017640311888
1965Abu Dhabi National Oil CompanyState-owned Entity6.193848854450597
1966Abu Dhabi National Oil CompanyState-owned Entity7.562049932255975
1967Abu Dhabi National Oil CompanyState-owned Entity7.998711729334157
1968Abu Dhabi National Oil CompanyState-owned Entity10.12602711310044
1969Abu Dhabi National Oil CompanyState-owned Entity12.31828330200544
1970Abu Dhabi National Oil CompanyState-owned Entity14.184724422743772
1971Abu Dhabi National Oil CompanyState-owned Entity19.002536038348005

CREATE TABLE emissions_low_granularity (
  "year" BIGINT,
  "parent_entity" VARCHAR,
  "parent_type" VARCHAR,
  "total_emissions_mtco2e" DOUBLE
);

Share link

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