London Weather Data
Historical London weather data from 1979 to 2021
@kaggle.emmanuelfwerr_london_weather_data
Historical London weather data from 1979 to 2021
@kaggle.emmanuelfwerr_london_weather_data
CREATE TABLE london_weather (
"date" BIGINT,
"cloud_cover" DOUBLE,
"sunshine" DOUBLE,
"global_radiation" DOUBLE,
"max_temp" DOUBLE,
"mean_temp" DOUBLE,
"min_temp" DOUBLE,
"precipitation" DOUBLE,
"pressure" DOUBLE,
"snow_depth" DOUBLE
);
Anyone who has the link will be able to view this.