DataFrame.Col(String) 方法

定義

根據資料行名稱選取資料行。

public Microsoft.Spark.Sql.Column Col(string colName);
member this.Col : string -> Microsoft.Spark.Sql.Column
Public Function Col (colName As String) As Column

參數

colName
String

資料行名稱

傳回

Column 物件

適用於