Share via


DataFrame.Union(DataFrame) Method

Definition

Returns a new DataFrame containing union of rows in this DataFrame and another DataFrame.

public Microsoft.Spark.Sql.DataFrame Union (Microsoft.Spark.Sql.DataFrame other);
member this.Union : Microsoft.Spark.Sql.DataFrame -> Microsoft.Spark.Sql.DataFrame
Public Function Union (other As DataFrame) As DataFrame

Parameters

other
DataFrame

Other DataFrame

Returns

DataFrame object

Applies to