September 2018
Beginner to intermediate
140 pages
2h 52m
English
We all love to talk about the weather. So, let's work with some weather-related datasets. The datasets contain approximately five years' worth of high-temporal resolution (hourly measurements) data for various weather attributes, such as temperature, humidity, air pressure, and so on. We'll analyze and compare the humidity and weather datasets.
Let's begin by implementing the following steps:
df_hum <- read.csv("data/historical-hourly-weather-data/humidity.csv")
df_desc <- read.csv("data/historical-hourly-weather-data/weather_description.csv") ...Read now
Unlock full access