London Weather 2000-2023
This is a dataset containing London's daily weather from 2000 to 2023.
@kaggle.noahx1_london_weather_2000_2023
This is a dataset containing London's daily weather from 2000 to 2023.
@kaggle.noahx1_london_weather_2000_2023
CREATE TABLE london0_23_weather_data (
"tavg" DOUBLE,
"tmin" DOUBLE,
"tmax" DOUBLE,
"prcp" DOUBLE,
"snow" DOUBLE,
"wdir" DOUBLE,
"wspd" DOUBLE,
"wpgt" DOUBLE,
"pres" DOUBLE,
"tsun" VARCHAR
);
Anyone who has the link will be able to view this.