You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Gurusamy Thirupathy <th...@gmail.com> on 2016/05/26 16:44:32 UTC

Subtract two DataFrames is not working

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

Re: Subtract two DataFrames is not working

Posted by Ted Yu <yu...@gmail.com>.
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 <th...@gmail.com>
wrote:

> 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
>