Weather Data
Apply time series analysis techniques to forecast weather data.
We'll cover the following...
Context
We'll work with weather data from the city of Delhi, India. Even though there are four variables in this dataset (meantemp
, humidity
, wind_speed
and meanpressure
), we'll only use meantemp
(the mean temperature).
Press + to interact
Let's start by taking a look at the data to gather some basic ...