Hourly Power Production Of Turkey (2013-2020)
Official Power Generation Data of Turkey (by EXIST)
@kaggle.hgultekin_hourly_power_production_of_turkey_20132020
Official Power Generation Data of Turkey (by EXIST)
@kaggle.hgultekin_hourly_power_production_of_turkey_20132020
CREATE TABLE realtimegeneration_01012010_20072020 (
"date" VARCHAR,
"hour" VARCHAR,
"total_mwh" DOUBLE,
"natural_gas" DOUBLE,
"dammed_hydro" DOUBLE,
"lignite" DOUBLE,
"river" DOUBLE,
"import_coal" DOUBLE,
"wind" DOUBLE,
"sun" DOUBLE,
"fuel_oil" DOUBLE,
"geothermal" DOUBLE,
"asphaltite_coal" DOUBLE,
"black_coal" DOUBLE,
"biomass" DOUBLE,
"naphta" DOUBLE,
"lng" DOUBLE,
"import_export" DOUBLE
);
CREATE TABLE realtimegeneration_01052013_12092020 (
"date" VARCHAR,
"hour" VARCHAR,
"total_mwh" DOUBLE,
"natural_gas" DOUBLE,
"dammed_hydro" DOUBLE,
"lignite" DOUBLE,
"river" DOUBLE,
"import_coal" DOUBLE,
"wind" DOUBLE,
"sun" DOUBLE,
"fuel_oil" DOUBLE,
"geothermal" DOUBLE,
"asphaltite_coal" DOUBLE,
"black_coal" DOUBLE,
"biomass" DOUBLE,
"naphta" DOUBLE,
"lng" DOUBLE,
"import_export" DOUBLE
);
Anyone who has the link will be able to view this.