I have been trying to import a file from the past few hours, every time I try I end up getting errors. This is my code which I am using to extract the file :
df = pd.read_csv('arima1.csv', sep=';',parse_dates={'Month':[0, 1]}, index_col = 'Month')
df.head()
plt.xlabel('Data')
plt.ylabel('Receita')
plt.plot(df)
Error:
IndexError: list index out of range