I am predicting the output data using ARIMA.
output is saved in CSV.
i need the output to be stored in XML format.
import numpy as np
prediction = pd.DataFrame(predictions,columns=['sl.no' 'predicted_freq']).to_csv('prediction.csv')
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…