I've done this 100 times, but for some reason this is breaking...can anyone tell what I'm doing wrong?
Screen shot of the directory - http://cl.ly/image/2K1P1J0m1X2B
Code:
csv_file = open('10_13_outbounds.csv','rU')
csv_reader = csv.reader(csv_file)
return csv_reader
Getting this error:
IOError: 2, 'No such file or directory'
'10_13_outbounds.csv.csv'would work. It looks like you have extension of known types hidden (the default) in Windows Explorer (Folder Options)