Try "using DataFrames" (See also the README.md file in the DataFrames.jl package<https://github.com/JuliaStats/DataFrames.jl> )
Cheers, Kevin On Wed, Feb 19, 2014 at 2:36 PM, Vijay Ramachandran <[email protected]>wrote: > julia> Pkg.status() > 1 required packages: > - DataFrames 0.5.2 > 5 additional packages: > - Blocks 0.0.2 > - DataArrays 0.1.2 > - GZip 0.2.10 > - SortingAlgorithms 0.0.1 > - StatsBase 0.3.6 > > > > On Wednesday, February 19, 2014 2:36:01 PM UTC-8, Vijay Ramachandran wrote: >> >> I am not able to get the readtable method even after loading the >> DataFrames package. Maybe something simple I am doing wrong here... >> >> julia> require("DataFrames") >> >> julia> read >> read readall readbytes! readdir >> readlines >> read_rtcm_stats readavailable readchomp readcsv >> readsfrom >> readbytes readandwrite readline readdlm >> readuntil >> >> julia>read >> >> >>
