UK Historical Electricity (DUKES, 2023c)
@owid.uk_historical_electricity
@owid.uk_historical_electricity
CREATE TABLE owid_uk_historical_electricity_1 (
"country" VARCHAR,
"year" INTEGER,
"coal_generation" FLOAT,
"gas_generation" FLOAT,
"hydro_generation" FLOAT,
"net_imports" FLOAT,
"nuclear_generation" FLOAT,
"oil_generation" FLOAT,
"other_renewables_generation" FLOAT,
"solar_generation" FLOAT,
"total_generation" FLOAT,
"wind_generation" FLOAT
);
CREATE TABLE owid_uk_historical_electricity_2 (
"country" VARCHAR,
"year" INTEGER,
"all_sources" FLOAT,
"coal" FLOAT,
"electricity_generation" FLOAT,
"gas" FLOAT,
"hydro" FLOAT,
"implied_efficiency" FLOAT,
"net_imports" FLOAT,
"nuclear" FLOAT,
"oil" FLOAT,
"other" FLOAT,
"wind_and_solar" FLOAT
);
CREATE TABLE owid_uk_historical_electricity_3 (
"country" VARCHAR,
"year" INTEGER,
"coal_generation" FLOAT,
"gas_generation" FLOAT,
"hydro_generation" FLOAT,
"net_imports" FLOAT,
"nuclear_generation" FLOAT,
"oil_generation" FLOAT,
"other_renewables_generation" FLOAT,
"solar_generation" FLOAT,
"total_generation" FLOAT,
"wind_generation" FLOAT
);
CREATE TABLE owid_uk_historical_electricity_4 (
"country" VARCHAR,
"year" INTEGER,
"all_sources" FLOAT,
"coal" FLOAT,
"electricity_generation" FLOAT,
"gas" FLOAT,
"hydro" FLOAT,
"implied_efficiency" FLOAT,
"net_imports" FLOAT,
"nuclear" FLOAT,
"oil" FLOAT,
"other" FLOAT,
"wind_and_solar" FLOAT
);
CREATE TABLE owid_uk_historical_electricity_5 (
"country" VARCHAR,
"year" INTEGER,
"coal_generation" FLOAT,
"gas_generation" FLOAT,
"hydro_generation" FLOAT,
"net_imports" FLOAT,
"nuclear_generation" FLOAT,
"oil_generation" FLOAT,
"other_renewables_generation" FLOAT,
"solar_generation" FLOAT,
"total_generation" FLOAT,
"wind_generation" FLOAT
);
CREATE TABLE owid_uk_historical_electricity_6 (
"country" VARCHAR,
"year" INTEGER,
"coal_generation" FLOAT,
"gas_generation" FLOAT,
"hydro_generation" FLOAT,
"net_imports" FLOAT,
"nuclear_generation" FLOAT,
"oil_generation" FLOAT,
"other_renewables_generation" FLOAT,
"solar_generation" FLOAT,
"total_generation" FLOAT,
"wind_generation" FLOAT
);
CREATE TABLE owid_uk_historical_electricity_7 (
"country" VARCHAR,
"year" INTEGER,
"coal_generation" FLOAT,
"gas_generation" FLOAT,
"hydro_generation" FLOAT,
"net_imports" FLOAT,
"nuclear_generation" FLOAT,
"oil_generation" FLOAT,
"other_renewables_generation" FLOAT,
"solar_generation" FLOAT,
"total_generation" FLOAT,
"wind_generation" FLOAT
);
Anyone who has the link will be able to view this.