weather_history: Weather History Data

weather_historyR Documentation

Weather History Data

Description

Weather History Data

Usage

weather_history

Format

A data frame with 1000 observations of 8 variables.

temperature_c

Mean temperature in degrees Celsios

humidity

Mean humidity (percentage)

wind_speed_km_h

Mean wind speed

wind_bearing_degrees

Mean wind bearing (degrees)

visibility_km

Mean visibility

pressure_millibars

Mean pressure

summary

Mode of the hourly summaries. Five levels: Clear, Foggy, Mostly Cloudy, Overcast, Partly Cloudy

precip_type

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.

Source

https://www.kaggle.com/budincsevity/szeged-weather


speegled/ardata documentation built on March 26, 2022, 5 a.m.