[julia-users] No operator overloading in DataFrames.jl?

2016-09-25 Thread nuffe
The ability to add, subtract (etc) dataframes with automatic index alignment is one of the great features with Pandas. Currently this is not implemented in DataFrames.jl. I was just wondering if this is intentional? I was thinking about attempting to create a Pull Request, but the way Pandas

[julia-users] Re: JuliaCon schedule announced

2016-06-22 Thread nuffe
Will all the talks be posted on youtube, like last year? If so, do you know when? Thank you (overseas enthusiast) On Thursday, June 9, 2016 at 11:34:18 PM UTC+2, Viral Shah wrote: > > The JuliaCon talks and workshop schedule has now been announced. > > http://juliacon.org/schedule.html > >

[julia-users] Re: Julia vs Matlab: interpolation and looping

2016-02-03 Thread nuffe
; to help me out. He translated the interpolation method into C and made it > such that it uses multiple threads (I am working with 12 threads). He also > put it on github here (https://github.com/nuffe/mnspline). Equipped with > that, I went back to my original problem and reran it. The Juli