Export Code

Zip Code Weather Data

Ben Trantanella

0 views in last 90 days
Last edited Sep 05, 2025
Created on Sep 05, 2025
Forked from Loading Data

https://www.kaggle.com/datasets/runningwithrock/2024-boston-marathon-weather-and-splits/data

This dataset shows the weather data for the 2-week span before the 2024 Boston Marathon for each zip code registered by any athlete who completed the race. Each item is the temperature data from a specific day and zip code, during the first two weeks of April. The attributes of the dataset are the following:

  1. Date (Ordinal, Sequential): The date within the first two weeks of April that the weather data was taken from
  2. Max temp (Quantitative, Diverging): Maximum tempurature during the specific day
  3. Min temp (Quantitative, Diverging): Minimum tempurature during the specific day
  4. Mean temp (Quantitative, Diverging): Mean tempurature during the specific day
  5. Zip (Categorical): The zip code that the weather data is taken from
MIT Licensed