Performs a natural join of two data frames.
Performs a natural join of two data frames.
The frames are joined by equality on all of the columns they have in common.
The resulting frame has the common columns (in the order they appeared in left
),
followed by the columns that only exist in left
, followed by the columns that
only exist in right
.