I cant set the indexes i want to plot.
Key error = None of [Index(['Date', 'Close Price'], dtype='object')] are in the [columns]
Hello Joaquin,
Please checkout the column names before setting index. The column name list can be found using dataframe.columns - Please, do get back if further clarity is needed.