This document provides a comprehensive cheat sheet for time series forecasting using Python, detailing various models such as ARIMA, SARIMA, and machine learning techniques like LSTM and CNN. It includes essential statistical tests for stationarity, autocorrelation, and causality, along with methods for decomposing time series data. Key concepts such as moving average, autoregressive processes, and deep learning approaches for forecasting are also summarized.