Baselight

London Weather Data

Historical London weather data from 1979 to 2021

@kaggle.emmanuelfwerr_london_weather_data

London Weather
@kaggle.emmanuelfwerr_london_weather_data.london_weather

  • 226.58 KB
  • 15341 rows
  • 10 columns
date

Date

cloud_cover

Cloud Cover

sunshine

Sunshine

global_radiation

Global Radiation

max_temp

Max Temp

mean_temp

Mean Temp

min_temp

Min Temp

precipitation

Precipitation

pressure

Pressure

snow_depth

Snow Depth

1979010127522.3-4.1-7.50.41019009
1979010261.7271.6-2.6-7.51025308
197901035131.3-2.8-7.21020504
19790104813-0.3-2.6-6.51008402
1979010562295.6-0.8-1.41022501
1979010653.8398.3-0.5-6.60.71027801
197901078138.51.5-5.35.2102520
1979010880.1155.86.95.30.8101870
1979010945.8505.23.71.67.2101170
1979011071.9304.93.31.42.198700

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
);

Share link

Anyone who has the link will be able to view this.