Re: [julia-users] Are dataframes the best way to manipulate data?

2016-02-23 Thread Tomas Lycken
Re. something like C#’s LINQ, I think we will see a massive transformation of how people write Julia code once 0.5 arrives, since then we will have fast anonymous functions. This in turn will make functional-style idioms like collection pipelines

Re: [julia-users] Are dataframes the best way to manipulate data?

2016-02-23 Thread Milan Bouchet-Valat
Le dimanche 21 février 2016 à 13:10 -0800, Shahbaz Chaudhary a écrit : > I'm pretty new to Julia and only have marginally more experience with > R so please excuse me if I don't understand something basic. > > According to Julia's website, the final api/syntax for manipulating > data has not been

[julia-users] Are dataframes the best way to manipulate data?

2016-02-22 Thread Shahbaz Chaudhary
I'm pretty new to Julia and only have marginally more experience with R so please excuse me if I don't understand something basic. According to Julia's website, the final api/syntax for manipulating data has not been finalized yet, although the momentum seems to be moving towards a dataframe st