With Julia 0.3, readtable works.
On 05/10/2014 12:38 AM, Dustin Lee wrote:
I'm getting the following when trying to create a dataframe. I'd
appreciate some tips on how to troubleshoot this.
julia> Julia Version 0.2.1
Commit e44b593905 (2014-01-30 13:47 UTC)
Platform Info:
System: Linux (i686-linux-gnu)
WORD_SIZE: 32
BLAS: libopenblas (NO_LAPACK NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY)
LAPACK: liblapack.so.3
LIBM: libopenlibm
julia> using DataFrames
julia> outcomes = readtable("outcome-of-care-measures.csv")
ERROR: no method
readtable!(ParsedCSV,IOStream,Int64,ParseOptions{ASCIIString,UTF8String})
in readtable at /home/dlee/.julia/v0.2/DataFrames/src/io.jl:595