DataFrameColumnCollection.Item[String] Property

Definition

An indexer based on Name

public Microsoft.Data.Analysis.DataFrameColumn this[string columnName] { get; set; }
member this.Item(string) : Microsoft.Data.Analysis.DataFrameColumn with get, set
Default Public Property Item(columnName As String) As DataFrameColumn

Parameters

columnName
String

The name of a DataFrameColumn

Property Value

A DataFrameColumn if it exists.

Exceptions

Throws if columnName is not present in this DataFrame

Applies to