I'm trying to use the results of ARIMA(1,0,0) and ADF and add it to the pipeline. I'm trying to use 50 day price history. I'm trying to use the forecast method for ARIMA to forecast next days prices. Does anyone have sample code to add the two columns to a pipeline? Thanks in advance.