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
The dataset featured below was created by reconciling measurements from requests of individual weather attributes provided by the European Climate Assessment (ECA). The measurements of this particular dataset were recorded by a weather station near Heathrow airport in London, UK.
-> This weather dataset is a great addition to this London Energy Dataset. You can join both datasets on the 'date' attribute, after some preprocessing, and perform some interesting data analytics regarding how energy consumption was impacted by the weather in London.
The size for the file featured within this Kaggle dataset is shown below — along with a list of attributes and their description summaries:
london_weather.csv - 15341 observations x 10 attributesWeather Data - https://www.ecad.eu/dailydata/index.php
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.