julia> using DataFrames julia> methods(array) ERROR: array not defined
julia> methods(DataFrames.array) ERROR: array not defined Pkg.status() says I'm using DataFrames 0.4.2, and at startup Julia says it's Version 0.2.0 (2013-11-16 23:44 UTC). On Fri, Feb 14, 2014 at 7:29 AM, Isaiah Norton <[email protected]>wrote: > julia> DataFrames.array(<tab> > > will show where all the versions are defined. > > > On Fri, Feb 14, 2014 at 4:35 AM, Spencer Russell <[email protected]> wrote: > >> It seems that a lot of the machine learning examples [1] are pulling in >> the data from DataFrame format from RDatasets and then using an "array" >> function to convert them to normal arrays. >> >> Where is "array" defined? I'm having trouble figuring out how to get data >> from DataFrames into a normal array and my google-fu is failing me. >> >> -s >> >> [1] https://github.com/JuliaStats/SVM.jl >> > >
