Baselight

London Weather 2000-2023

This is a dataset containing London's daily weather from 2000 to 2023.

@kaggle.noahx1_london_weather_2000_2023

London0–23 Weather Data
@kaggle.noahx1_london_weather_2000_2023.london0_23_weather_data

  • 81.27 KB
  • 8402 rows
  • 10 columns
tavg

Tavg

tmin

Tmin

tmax

Tmax

prcp

Prcp

snow

Snow

wdir

Wdir

wspd

Wspd

wpgt

Wpgt

pres

Pres

tsun

Tsun

7.33.191.82.31024.5
9.581122511.61025.2
9.45.611.2223316.81018.5
5.72.89.53.81014.8
7.11.9
8.8
8.85.711.221717.61017.2
8.35.510.324116.31016.4
2.97.2
1.3-5.26.85.7

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

Share link

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