Re: Documenting the various DataFrame/SQL join types

2018-05-08 Thread Nicholas Chammas
OK great, I’m happy to take this on. Does it make sense to approach this by adding an example for each join type here (and perhaps also in the matching areas for Scala, Java, and R), and then referencing the

Re: Documenting the various DataFrame/SQL join types

2018-05-08 Thread Reynold Xin
Would be great to document. Probably best with examples. On Tue, May 8, 2018 at 6:13 AM Nicholas Chammas wrote: > The documentation for DataFrame.join() > > lists all the

Documenting the various DataFrame/SQL join types

2018-05-08 Thread Nicholas Chammas
The documentation for DataFrame.join() lists all the join types we support: - inner - cross - outer - full - full_outer - left - left_outer - right - right_outer - left_semi