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

Weather Features
@kaggle.nicholasjhana_energy_consumption_generation_prices_and_weather.weather_features

  • 2.44 MB
  • 178396 rows
  • 17 columns
dt_iso

Dt Iso

city_name

City Name

temp

Temp

temp_min

Temp Min

temp_max

Temp Max

pressure

Pressure

humidity

Humidity

wind_speed

Wind Speed

wind_deg

Wind Deg

rain_1h

Rain 1h

rain_3h

Rain 3h

snow_3h

Snow 3h

clouds_all

Clouds All

weather_id

Weather Id

weather_main

Weather Main

weather_description

Weather Description

weather_icon

Weather Icon

2015-01-01 00:00:00+01:00Valencia270.475270.475270.475100177162800clearsky is clear01n
2015-01-01 01:00:00+01:00Valencia270.475270.475270.475100177162800clearsky is clear01n
2015-01-01 02:00:00+01:00Valencia269.686269.686269.68610027823800clearsky is clear01n
2015-01-01 03:00:00+01:00Valencia269.686269.686269.68610027823800clearsky is clear01n
2015-01-01 04:00:00+01:00Valencia269.686269.686269.68610027823800clearsky is clear01n
2015-01-01 05:00:00+01:00Valencia270.29200000000003270.29200000000003270.292000000000031004712321800clearsky is clear01n
2015-01-01 06:00:00+01:00Valencia270.29200000000003270.29200000000003270.292000000000031004712321800clearsky is clear01n
2015-01-01 07:00:00+01:00Valencia270.29200000000003270.29200000000003270.292000000000031004712321800clearsky is clear01n
2015-01-01 08:00:00+01:00Valencia274.601274.601274.6011005711307800clearsky is clear01d
2015-01-01 09:00:00+01:00Valencia274.601274.601274.6011005711307800clearsky is clear01d

CREATE TABLE weather_features (
  "dt_iso" VARCHAR,
  "city_name" VARCHAR,
  "temp" DOUBLE,
  "temp_min" DOUBLE,
  "temp_max" DOUBLE,
  "pressure" BIGINT,
  "humidity" BIGINT,
  "wind_speed" BIGINT,
  "wind_deg" BIGINT,
  "rain_1h" DOUBLE,
  "rain_3h" DOUBLE,
  "snow_3h" DOUBLE,
  "clouds_all" BIGINT,
  "weather_id" BIGINT,
  "weather_main" VARCHAR,
  "weather_description" VARCHAR,
  "weather_icon" VARCHAR
);

Share link

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