Linked Questions

Popular Questions

data = pd.read_csv("AUDCAD.csv", header=0, index_col=0, sep=",", parse_dates=True)

mpf.plot(data, type='candle')

Dont know what is wrong in my code or in data that when I try to plet getting

TypeError: Expect data.index as DatetimeIndex

Any advise will be highly appreciated............... Thank

`

this is how my data looks like

Related Questions