weather_history | R Documentation |
Weather History Data
weather_history
A data frame with 1000 observations of 8 variables.
Mean temperature in degrees Celsios
Mean humidity (percentage)
Mean wind speed
Mean wind bearing (degrees)
Mean visibility
Mean pressure
Mode of the hourly summaries. Five levels: Clear, Foggy, Mostly Cloudy, Overcast, Partly Cloudy
Mode of type of hourly precipitation. Three levels: rain, snow, null
This data was modified from the original by taking the mean value over days for numerical data, and the mode value over days for categorical data. Pressure had many values of 0, which were converted to NA.
The data was "decimated" so that only every one out of every 4 (or so) days appears in the data set. This was done to alleviate concerns of independence.
The dates have been removed; there is definitely independence across years for similar dates that could have been modeled.
https://www.kaggle.com/budincsevity/szeged-weather
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.