I cannot reproduce this. Can you provide your data file? I attached a .cvs file and a .jl file to read out the data. Seems all good to me and the values are stored as Float64.
On Tuesday, December 8, 2015 at 7:24:26 AM UTC-5, Vishnu Raj wrote: > > Hi, > I have a CSV file with values represented as 2.345 and 1.23e2 (say) and no > header > When I try readtable( "file", header=false ), I'm getting all the cell > values as "UTF8String". How can I properly read it as Float64?? > > - vish >
2.345,1.23e2 3.111,1.00e4
readfile.jl
Description: Binary data
