DataFrame.UnionByName(DataFrame) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回新的 DataFrame ,其中包含這個 DataFrame 和另一個 DataFrame 中資料列的聯集,依名稱解析資料行。
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
參數
- other
- DataFrame
其他 DataFrame
傳回
DataFrame 物件