DEV Community

dileepkumarpudhari
dileepkumarpudhari

Posted on

How to remove for loops and use foldleft in scala

I'm trying to Compare two datasets(DS1 and DS2). So, I got them pulled into two dataframes and now I want to compare each and every Column of (DS1) with each and every Column of DS2.
Before comparing each and every record from each column, I would like to reduce my…

Top comments (0)