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