Blocks.jl icon indicating copy to clipboard operation
Blocks.jl copied to clipboard

dreadtable not defined

Open KAppleton opened this issue 10 years ago • 1 comments

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

KAppleton avatar Feb 13 '15 15:02 KAppleton

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.

tanmaykm avatar Feb 14 '15 01:02 tanmaykm