Madrid Weather Dataset Hourly 2019-2022
Weather time series by hours with seven variables
@kaggle.rober2598_madrid_weather_dataset_by_hours_20192022
Weather time series by hours with seven variables
@kaggle.rober2598_madrid_weather_dataset_by_hours_20192022
CREATE TABLE weather_madrid_2019_2022 (
"unnamed_0" BIGINT,
"time" TIMESTAMP,
"temperature" DOUBLE,
"wind_speed" DOUBLE,
"wind_direction" DOUBLE,
"humidity" DOUBLE,
"barometric_pressure" DOUBLE,
"solar_radiation" DOUBLE,
"precipitation" DOUBLE
);
Anyone who has the link will be able to view this.