Total Energy Consumption (EIA, 2023)
@owid.energy_consumption
@owid.energy_consumption
CREATE TABLE owid_energy_consumption_1 (
"country" VARCHAR,
"year" INTEGER,
"energy_consumption" FLOAT
);
CREATE TABLE owid_energy_consumption_2 (
"country" VARCHAR,
"year" INTEGER,
"energy_consumption" FLOAT
);
Anyone who has the link will be able to view this.