April 2018
Beginner to intermediate
500 pages
11h 26m
English
To see how to perform a seasonality removal operation on a time series, we will use a dataset on monthly milk production (pounds per cow; January 1962 – December 1975). Here is some useful information about this dataset:
The Time Series Data Library (TSDL) was created by Rob Hyndman, a professor of statistics at Monash University, Australia.
The data is available in a .csv file named milk-production-pounds.csv. To start, let's see how to import the data into Python and then how to display it to identify the possible presence of seasonality. ...
Read now
Unlock full access