I want to detect the outliers in a time series data which contains the trend and seasonality components. I want to leave out the peaks which are seasonal and only consider only the other peaks. As I am new to time series analysis, Please assist me to approach this problem.
The coding platform am using is Python.