Hi Using DataFrames ( v"0.6.0" ) and Win32 julia 0.3.5
ds = readtable("EURUSD.CSV", header=false)
results in
BoundsError()
in findcorruption at io.jl:698
in readtable! at io.jl:779
in readtable at io.jl:893
The original file has 15000 lines, works when I cut it down to 10 lines.
Please advise as to whether there are limits to readtable on win32 setups?
Thanks.
Keith
