Once 0.3 is released, we’re going to change the docs to note that DataFrames isn’t supported for any version of Julia below 0.3.
— John On May 9, 2014, at 2:15 PM, Dustin Lee <[email protected]> wrote: > FWIW, using .3 seems to have done the trick. > > On Friday, May 9, 2014 11:29:00 AM UTC-6, K leo wrote: > 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 > > >
