DataFrame.UnionByName(DataFrame) Method

Definition

Returns a new DataFrame containing union of rows in this DataFrame and another DataFrame, resolving columns by name.

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

Parameters

other
DataFrame

Other DataFrame

Returns

DataFrame object

Applies to