European Wholesale Electricity Price Data
@owid.european_wholesale_electricity_prices
@owid.european_wholesale_electricity_prices
CREATE TABLE owid_european_wholesale_electricity_prices_annual_1 (
"country" VARCHAR,
"year" INTEGER,
"price" FLOAT
);
CREATE TABLE owid_european_wholesale_electricity_prices_annual_2 (
"country" VARCHAR,
"year" INTEGER,
"price" FLOAT
);
CREATE TABLE owid_european_wholesale_electricity_prices_monthly_1 (
"country" VARCHAR,
"date" VARCHAR,
"price" FLOAT
);
CREATE TABLE owid_european_wholesale_electricity_prices_monthly_2 (
"country" VARCHAR,
"date" VARCHAR,
"price" FLOAT,
"ppi" FLOAT,
"flag" VARCHAR
);
Anyone who has the link will be able to view this.