CoolFace
Datasetpublic

torodriguezt/Urban_Tokyo_Temperature

Urban Tokyo Temperature Dataset This dataset contains daily weather observations for the 23 special wards of Tokyo, Japan (2010–2020). Columns date: Date of observation temp_c: Mean temperature (°C) dew_c: Dew point (°C) humidity: Relative humidity (%) wind_kph: Wind speed (km/h) pressure_hg: Atmospheric pressure (inHg) precip_mm: Precipitation (mm) district: Tokyo ward (23 classes) year: Year month: Month (string) Size Rows: 92,414 File size:… See the full description on the dataset page: https://huggingface.co/datasets/torodriguezt/Urban_Tokyo_Temperature.

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes2downloads
Dataset Card

Urban Tokyo Temperature Dataset

This dataset contains daily weather observations for the 23 special wards of Tokyo, Japan (2010–2020).

Columns

  • —date: Date of observation
  • —temp_c: Mean temperature (°C)
  • —dew_c: Dew point (°C)
  • —humidity: Relative humidity (%)
  • —wind_kph: Wind speed (km/h)
  • —pressure_hg: Atmospheric pressure (inHg)
  • —precip_mm: Precipitation (mm)
  • —district: Tokyo ward (23 classes)
  • —year: Year
  • —month: Month (string)

Size

  • —Rows: 92,414
  • —File size: 6.23 MB
  • —Format: CSV (auto-converted to Parquet)

License

MIT

Example

python
from datasets import load_dataset

ds = load_dataset("torodriguezt/Urban_Tokyo_Temperature")
print(ds['train'][0])