Hourly Power Consumption Of Turkey (2016-2020)
Official Power Consumption Data of Turkey (by EXIST)
@kaggle.hgultekin_hourly_power_consumption_of_turkey_20162020
Official Power Consumption Data of Turkey (by EXIST)
@kaggle.hgultekin_hourly_power_consumption_of_turkey_20162020
The data contains hourly power consumption of Turkey between the years 2015 - 2020, and updated regularly.
The data is collected and made available by the EXİST (Turkish Energy Exchange)
Using the past data, one can predict the consumption for the next times. A related Notebook for this task can be found via the link https://www.kaggle.com/hgultekin/predicting-energy-consumption-of-turkey-lightgbm
CREATE TABLE realtimeconsumption_01012016_04082020 (
  "date" VARCHAR,
  "hour" VARCHAR,
  "consumption_mwh" DOUBLE  -- Consumption (MWh)
);CREATE TABLE realtimeconsumption_01082011_03082020 (
  "date" VARCHAR,
  "hour" VARCHAR,
  "consumption_mwh" DOUBLE  -- Consumption (MWh)
);CREATE TABLE realtimeconsumption_31122015_12092020 (
  "date" VARCHAR,
  "hour" VARCHAR,
  "consumption_mwh" DOUBLE  -- Consumption (MWh)
);CREATE TABLE realtimeconsumption_31122015_18072020 (
  "date" VARCHAR,
  "hour" VARCHAR,
  "consumption_mwh" DOUBLE  -- Consumption (MWh)
);Anyone who has the link will be able to view this.