ibis.expr.api.TableExpr.union¶
-
TableExpr.
union
(left, right, distinct=False)¶ Form the table set union of two table expressions having identical schemas.
Parameters: right : TableExpr
distinct : boolean, default False
Only union distinct rows not occurring in the calling table (this can be very expensive, be careful)
Returns: union : TableExpr