Blocks.jl
Blocks.jl copied to clipboard
dreadtable not defined
I have just started trying to use the Blocks package, but the dreadtable method isn't defined after using Blocks using DataFrames
as in the tutorials / documents
I have looked at Blocks.jl and under "#sub modules" the include statement for dataframe_blocks.jl is commented out. I have tried removing the '#' but an error is just raised when trying "using Blocks" after this....
Any help please!?
ps. I am using Julia 0.3.4
Blocks support from DataFrames.jl was removed some time back.
We can either try reinstating dataframe_blocks.jl or remove references to it from the documents.