World Carbon Pricing Database
@owid.world_carbon_pricing
@owid.world_carbon_pricing
CREATE TABLE owid_world_carbon_pricing_1 (
"country" VARCHAR,
"year" INTEGER,
"ipcc_code" VARCHAR,
"product" VARCHAR,
"ets" INTEGER,
"ets_price" FLOAT,
"sector_name" VARCHAR,
"tax" INTEGER,
"tax_rate_gross" FLOAT,
"tax_rate_net" FLOAT
);
CREATE TABLE owid_world_carbon_pricing_2 (
"country" VARCHAR,
"year" INTEGER,
"ipcc_code" VARCHAR,
"product" VARCHAR,
"ets" INTEGER,
"ets_price" FLOAT,
"sector_name" VARCHAR,
"tax" INTEGER,
"tax_rate_gross" FLOAT,
"tax_rate_net" FLOAT
);
CREATE TABLE owid_world_carbon_pricing_any_sector_1 (
"country" VARCHAR,
"year" INTEGER,
"ets" VARCHAR,
"tax" VARCHAR
);
CREATE TABLE owid_world_carbon_pricing_any_sector_2 (
"country" VARCHAR,
"year" INTEGER,
"ets" VARCHAR,
"tax" VARCHAR
);
Anyone who has the link will be able to view this.