Looking at http://dataframesjl.readthedocs.org/en/latest/io.html#advanced-options-for-reading-csv-files, there is an option *eltypes .*
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 >
