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