DataFrame.Item[String] Property
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.
Selects column based on the column name.
public Microsoft.Spark.Sql.Column this[string columnName] { get; }
member this.Item(string) : Microsoft.Spark.Sql.Column
Default Public ReadOnly Property Item(columnName As String) As Column
Parameters
- columnName
- String
Column name
Property Value
Column object