Le vendredi 06 février 2015 à 11:12 -0800, Keith Kee a écrit :
> 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?
15000 sounds quite small even for 32-bit. More likely, the file contains
something readtable() doesn't like, and which does not appear in the
first 10 lines. You could try removing half of the file, see if it
works, and go on like that until you (possibly) find out which line
creates a bug.


Regards

Reply via email to