Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
local_csv problem

Hello!
When I try to read the file from data folder (in Notebook)

data = local_csv('spy.csv', date_column='Date')
print data

I got
ValueError: 'Date' is not in list

What format of date should be in csv file? I've checked different styles but always get error. In case of fetch_csv I can set format options but not for local_csv

Example of my csv

2014-08-01 ; 13,005,090 ; 5,275,715
2014-08-12 ; 13,347,955 ; 5,906,821