I have been assigned the task of performing business sales forecasting using time series analysis. However, before starting the forecasting process, I need to identify and treat the outliers in the dataset.
To achieve this, I have decided to use Seasonal Trend Decomposition (STL) with LOESS.
I would appreciate your assistance in implementing this technique using Python or R programming language.