DataFrameColumnCollection.GetStringColumn(String) Method

Definition

Gets the StringDataFrameColumn with the specified name.

public Microsoft.Data.Analysis.StringDataFrameColumn GetStringColumn (string name);
member this.GetStringColumn : string -> Microsoft.Data.Analysis.StringDataFrameColumn
Public Function GetStringColumn (name As String) As StringDataFrameColumn

Parameters

name
String

The name of the column

Returns

StringDataFrameColumn.

Exceptions

A column named name cannot be found, or if the column's type doesn't match.

Applies to