Try "using Dataframes" with a small "u", instead of "Using DataFrames".
Cheers! Kevin On Mon, Jul 20, 2015 at 3:52 PM, Serge Santos <[email protected]> wrote: > > > Hi all, > > I have just installed Julia 0.3-10 and Juno. I am trying to install the > DataFrames package and it works with Pkg.add("DataFrames"). Unfortunately, > when I do Using DataFrames, I get the following error message: > > syntax: extra token "DataFrames" after end of expression > > When I use Pkg.status(), it says that I have "DataFrames" v"0.6.8". > > I would like to use readtable(), but it does not work and says "readtable > not defined". > > What I am doing wrong? > > Many thanks in advance >
