Emissions-weighted Carbon Price
@owid.emissions_weighted_carbon_price
@owid.emissions_weighted_carbon_price
CREATE TABLE owid_emissions_weighted_carbon_price_1 (
"country" VARCHAR,
"year" INTEGER,
"co2_with_ets_as_share_of_co2" FLOAT,
"co2_with_ets_as_share_of_ghg" FLOAT,
"co2_with_ets_as_share_of_world_co2" FLOAT,
"co2_with_ets_as_share_of_world_ghg" FLOAT,
"co2_with_tax_as_share_of_co2" FLOAT,
"co2_with_tax_as_share_of_ghg" FLOAT,
"co2_with_tax_as_share_of_world_co2" FLOAT,
"co2_with_tax_as_share_of_world_ghg" FLOAT,
"co2_with_tax_or_ets_as_share_of_co2" FLOAT,
"co2_with_tax_or_ets_as_share_of_ghg" FLOAT,
"co2_with_tax_or_ets_as_share_of_world_co2" FLOAT,
"co2_with_tax_or_ets_as_share_of_world_ghg" FLOAT,
"price_with_ets_weighted_by_share_of_co2" FLOAT,
"price_with_ets_weighted_by_share_of_ghg" FLOAT,
"price_with_tax_or_ets_weighted_by_share_of_co2" FLOAT,
"price_with_tax_or_ets_weighted_by_share_of_ghg" FLOAT,
"price_with_tax_weighted_by_share_of_co2" FLOAT,
"price_with_tax_weighted_by_share_of_ghg" FLOAT
);
CREATE TABLE owid_emissions_weighted_carbon_price_2 (
"country" VARCHAR,
"year" INTEGER,
"co2_with_ets_as_share_of_co2" FLOAT,
"co2_with_ets_as_share_of_ghg" FLOAT,
"co2_with_ets_as_share_of_world_co2" FLOAT,
"co2_with_ets_as_share_of_world_ghg" FLOAT,
"co2_with_tax_as_share_of_co2" FLOAT,
"co2_with_tax_as_share_of_ghg" FLOAT,
"co2_with_tax_as_share_of_world_co2" FLOAT,
"co2_with_tax_as_share_of_world_ghg" FLOAT,
"co2_with_tax_or_ets_as_share_of_co2" FLOAT,
"co2_with_tax_or_ets_as_share_of_ghg" FLOAT,
"co2_with_tax_or_ets_as_share_of_world_co2" FLOAT,
"co2_with_tax_or_ets_as_share_of_world_ghg" FLOAT,
"price_with_ets_weighted_by_share_of_co2" FLOAT,
"price_with_ets_weighted_by_share_of_ghg" FLOAT,
"price_with_tax_or_ets_weighted_by_share_of_co2" FLOAT,
"price_with_tax_or_ets_weighted_by_share_of_ghg" FLOAT,
"price_with_tax_weighted_by_share_of_co2" FLOAT,
"price_with_tax_weighted_by_share_of_ghg" FLOAT
);
Anyone who has the link will be able to view this.