Export Image
Export Code

Weather Dataset Loading

Emily Hudson

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

This dataset contains 20,000 records of weather information for an unkown location. Some of the data points include precipitation, temperature, windspeed, etc. This dataset could be used to visualize seasons/temperature change throughout a year.

Here is the link to the Kaggle Dataset:

  • s.no -- index (not data that will be used)
  • date -- the date that the weather was recorded at (time attribute)
  • temperature (celsius) -- temperature that day measured in celsius (quantitative attribute)
  • temperature (kelvin) -- temperature that day measured in kelvin (quantitative attribute)
  • temperature (fahrenheit) -- temperature that day measured in fahrenheit (quantitative attribute)
  • precipitation (mm) -- amount of rain/snow measured on that day in milimeters (quantitative variable)
  • wind speed (km/h) -- the speed of the wind measured in kilometers per an hour (quantitative variable)
MIT Licensed