Baselight

Hourly Energy Demand Generation And Weather

Electrical demand, generation by type, prices and weather in Spain

@kaggle.nicholasjhana_energy_consumption_generation_prices_and_weather

Energy Dataset
@kaggle.nicholasjhana_energy_consumption_generation_prices_and_weather.energy_dataset

  • 1.63 MB
  • 35064 rows
  • 29 columns
time

Time

generation_biomass

Generation Biomass

generation_fossil_brown_coal_lignite

Generation Fossil Brown Coal/lignite

generation_fossil_coal_derived_gas

Generation Fossil Coal-derived Gas

generation_fossil_gas

Generation Fossil Gas

generation_fossil_hard_coal

Generation Fossil Hard Coal

generation_fossil_oil

Generation Fossil Oil

generation_fossil_oil_shale

Generation Fossil Oil Shale

generation_fossil_peat

Generation Fossil Peat

generation_geothermal

Generation Geothermal

generation_hydro_pumped_storage_aggregated

Generation Hydro Pumped Storage Aggregated

generation_hydro_pumped_storage_consumption

Generation Hydro Pumped Storage Consumption

generation_hydro_run_of_river_and_poundage

Generation Hydro Run-of-river And Poundage

generation_hydro_water_reservoir

Generation Hydro Water Reservoir

generation_marine

Generation Marine

generation_nuclear

Generation Nuclear

generation_other

Generation Other

generation_other_renewable

Generation Other Renewable

generation_solar

Generation Solar

generation_waste

Generation Waste

generation_wind_offshore

Generation Wind Offshore

generation_wind_onshore

Generation Wind Onshore

forecast_solar_day_ahead

Forecast Solar Day Ahead

forecast_wind_offshore_eday_ahead

Forecast Wind Offshore Eday Ahead

forecast_wind_onshore_day_ahead

Forecast Wind Onshore Day Ahead

total_load_forecast

Total Load Forecast

total_load_actual

Total Load Actual

price_day_ahead

Price Day Ahead

price_actual

Price Actual

2015-01-01 00:00:00+01:00447329484448211628631051189970964373491966378176436261182538550.165.41
2015-01-01 01:00:00+01:00449328519647551589201009165870964371501955890165856249342438248.164.92
2015-01-01 02:00:00+01:0044832348574581157116497313717099437350196546185454235152273447.3364.48
2015-01-01 03:00:00+01:004382544314413116015039497797098437550191523825151226422128642.2759.32
2015-01-01 04:00:00+01:004281874130384015618269537207097437442189493594861217852026438.4156.04
2015-01-01 05:00:00+01:004101784038359015621099527437098437434188461844617214411990535.7253.63
2015-01-01 06:00:00+01:004011724040336815821089618487098437434186439734276212852001035.1351.73
2015-01-01 07:00:00+01:00408172403032081602031983101270994372351893992123994215452037736.2251.43
2015-01-01 08:00:00+01:004131774052333516121191001101570984373541983629393602214432009432.448.98
2015-01-01 09:00:00+01:00419177413734371632170104113577097437474319830737843212215602063736.654.2

CREATE TABLE energy_dataset (
  "time" VARCHAR,
  "generation_biomass" DOUBLE,
  "generation_fossil_brown_coal_lignite" DOUBLE,
  "generation_fossil_coal_derived_gas" DOUBLE,
  "generation_fossil_gas" DOUBLE,
  "generation_fossil_hard_coal" DOUBLE,
  "generation_fossil_oil" DOUBLE,
  "generation_fossil_oil_shale" DOUBLE,
  "generation_fossil_peat" DOUBLE,
  "generation_geothermal" DOUBLE,
  "generation_hydro_pumped_storage_aggregated" VARCHAR,
  "generation_hydro_pumped_storage_consumption" DOUBLE,
  "generation_hydro_run_of_river_and_poundage" DOUBLE,
  "generation_hydro_water_reservoir" DOUBLE,
  "generation_marine" DOUBLE,
  "generation_nuclear" DOUBLE,
  "generation_other" DOUBLE,
  "generation_other_renewable" DOUBLE,
  "generation_solar" DOUBLE,
  "generation_waste" DOUBLE,
  "generation_wind_offshore" DOUBLE,
  "generation_wind_onshore" DOUBLE,
  "forecast_solar_day_ahead" DOUBLE,
  "forecast_wind_offshore_eday_ahead" VARCHAR,
  "forecast_wind_onshore_day_ahead" DOUBLE,
  "total_load_forecast" DOUBLE,
  "total_load_actual" DOUBLE,
  "price_day_ahead" DOUBLE,
  "price_actual" DOUBLE
);

Share link

Anyone who has the link will be able to view this.