Please try upgrading to 0.3(rc) to get the latest changes. DataFrames
itself claims to support 0.2, but perhaps some dependency does not, so
0.4.3 might be the last resolvable version... There are many improvements
in 0.3 and it has been actively used by a large number of people for months
now, so the "rc" tag is really just for some finishing touches to the
internals.


On Thu, Aug 7, 2014 at 8:12 PM, Philip Pedruco <[email protected]>
wrote:

> Hi All,
>
> I'm quite new to Julia and I've been trying to work with the DataFrame
> package and I've come up against an issue with readtable when I try to
> import a txt or csv file.  It's exactly the same issue as the issue
> reported here <https://github.com/JuliaStats/DataFrames.jl/issues/356>,
> that is using the readtable command returns:
>
>     no method
> readtable!(ParsedCSV,IOStream,Int64,ParseOptions{ASCIIString,UTF8String})
>
>     at In[51]:1
>
>
> It looks as though the issue was fixed in Aug last year.  I've tried to 
> update the package to make sure that I've got the lastest using 
> `Pkg.add("DataFrames")` and also Pkg.update() but I just end up with version 
> 0.4.3 which is a little way behind the most recent release of 0.5.7.  I've 
> also tried to following the advice in the git issue with no luck.
>
>
> My setup is: Windows 8.1, Julia 0.2.1 and I've tried both IJulia Notebook and 
> from the console.
>
>
> Does anyone have any clues as I'm keen to test this package (and Julia) on a 
> current project.
>
>
> Cheers
>
>
> Phil
>
>

Reply via email to