Re: Loop through Dataframes

2019-10-06 Thread Holden Karau
So if you want to process the contents of a dataframe locally but not pull all of the data back at once toLocaliterator is probably what you're looking for, it's still not great though so maybe you can share the root problem which your trying to solve and folks might have some suggestions there. O

Loop through Dataframes

2019-10-06 Thread KhajaAsmath Mohammed
Hi, What is the best approach to loop through 3 dataframes in scala based on some keys instead of using collect. Thanks, Asmath