Hourly Energy Demand Generation And Weather
Electrical demand, generation by type, prices and weather in Spain
@kaggle.nicholasjhana_energy_consumption_generation_prices_and_weather
Electrical demand, generation by type, prices and weather in Spain
@kaggle.nicholasjhana_energy_consumption_generation_prices_and_weather
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
);
Anyone who has the link will be able to view this.