Greenhouse Gas Giants
Historical production data from largest fossil fuel producers
@kaggle.konradb_greenhouse_gas_giants
Historical production data from largest fossil fuel producers
@kaggle.konradb_greenhouse_gas_giants
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
);
Anyone who has the link will be able to view this.