Monthly Electricity Production In GWh [2010-2022]
International Energy Agency (IEA)
@kaggle.ccanb23_iea_monthly_electricity_statistics
International Energy Agency (IEA)
@kaggle.ccanb23_iea_monthly_electricity_statistics
CREATE TABLE data (
"country" VARCHAR,
"code_time" VARCHAR,
"time" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"month_name" VARCHAR,
"product" VARCHAR,
"value" DOUBLE,
"display_order" BIGINT,
"yeartodate" DOUBLE,
"previousyeartodate" DOUBLE,
"share" DOUBLE
);
Anyone who has the link will be able to view this.