unsubscribe

2019-01-31 Thread Daniel O' Shaughnessy

[no subject]

2019-01-31 Thread Daniel O' Shaughnessy
unsubscribe

[no subject]

2019-01-30 Thread Daniel O' Shaughnessy
Unsubscribe

unsubscribe

2019-01-29 Thread Daniel O' Shaughnessy
unsubscribe

[no subject]

2018-12-19 Thread Daniel O' Shaughnessy
unsubscribe

Re: Nested RDD operation

2017-09-19 Thread Daniel O' Shaughnessy
here i > wanted the content of a dataframe to become a "cell" or a row in the parent > dataframe. I grouped by the child dataframe, then collect it as a list in > the parent dataframe after a join operation. As I said, not sure it matches > your use case, but HIH... > jg > >

Nested RDD operation

2017-09-15 Thread Daniel O' Shaughnessy
Hi guys, I'm having trouble implementing this scenario: I have a column with a typical entry being : ['apple', 'orange', 'apple', 'pear', 'pear'] I need to use a StringIndexer to transform this to : [0, 2, 0, 1, 1] I'm attempting to do this but because of the nested operation on another RDD I