Re: add multiple columns

2016-06-26 Thread ayan guha
Ardo. > > Sent from my iPhone > > > On 26 Jun 2016, at 14:20, pseudo oduesp <pseudo20...@gmail.com> wrote: > > > > Hi who i can add multiple columns to data frame > > > > withcolumns allow to add one columns but

Re: add multiple columns

2016-06-26 Thread ndjido
Hi guy! I'm afraid you have to loop...The update of the Logical Plan is getting faster on Spark. Cheers, Ardo. Sent from my iPhone > On 26 Jun 2016, at 14:20, pseudo oduesp <pseudo20...@gmail.com> wrote: > > Hi who i can add multiple columns to data frame > > withcol

add multiple columns

2016-06-26 Thread pseudo oduesp
Hi who i can add multiple columns to data frame withcolumns allow to add one columns but when you have multiple i have to loop on eache columns ? thanks