DataFrame.Union(DataFrame) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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