Re: [julia-users] Re: Extending a DataFrame (or, why aren't my imports working?)

2015-03-30 Thread Mauro
Thanks for the summary! I think something like this should go into the manual as it is not particularly clear... On Mon, 2015-03-30 at 17:09, kevin.dale.sm...@gmail.com wrote: > I think I've got my head pretty much wrapped around all of this. I figured > I'd recap just in case anyone else comes

[julia-users] Re: Extending a DataFrame (or, why aren't my imports working?)

2015-03-30 Thread kevin . dale . smith
I think I've got my head pretty much wrapped around all of this. I figured I'd recap just in case anyone else comes across any of the issues discussed. import DataFrames # Like "import DataFrames" in Python, requires DataFrames.foo for all methods using DataFrames# Like "import DataFrame