DataFrame.UnionByName(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
, 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