Re: Filter on Grouped Data

2015-07-03 Thread Raghavendra Pandey
33499184.1075858 'gina.tay...@enron.com', 'kelly.kimbe...@enron.com'] . . . I have run a groupBy(From) on the above dataFrame and obtained a GroupedData object as a result. I need to apply a filter on the grouped data (for instance, getting the sender who sent maximum

Filter on Grouped Data

2015-07-03 Thread Megha Sridhar- Cynepia
a GroupedData object as a result. I need to apply a filter on the grouped data (for instance, getting the sender who sent maximum number of the mails that were addressed to a particular receiver in the To list). Is there a way to accomplish this by applying filter on grouped data? Thanks