Re: Subtract two DataFrames is not working

2016-05-26 Thread Ted Yu
Can you be a bit more specific about how they didn't work ? BTW 1.4.1 seems to be an old release. Please try 1.6.1 if possible. Cheers On Thu, May 26, 2016 at 9:44 AM, Gurusamy Thirupathy wrote: > I have to subtract two dataframes, I tried with except method but it's not

Subtract two DataFrames is not working

2016-05-26 Thread Gurusamy Thirupathy
I have to subtract two dataframes, I tried with except method but it's not working. I tried with drop also. I am using spark 1.4.1 version. And Scala 2.10. Can you please help? Thanks, Guru