On Mon, Jul 20, 2015 at 7:01 PM, Serge Santos <[email protected]> wrote:
> Hi all,
>
> I am new to Julia. I just installed Julia 0.3-10 and Juno on windows 8.1.
>
> I would like to use readtable from the package DataFrames. I started with:
>
> Pkg.add("DataFrames")
> Using DataFrames

Julia is case sensitive, try `using DataFrames`

>
> Unfortunately I get an error message saying: syntax: extra token
> "DataFrames" after end of expression.
>
> readtable is not defined.
>
> I don't know what I am doing wrong. Any advise?

Please try not two post twice.

>
> Many thanks in advance
> Serge

Reply via email to