DataFrameColumnCollection.GetBooleanColumn(String) Method

Definition

Gets the BooleanDataFrameColumn with the specified name.

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

Parameters

name
String

The name of the column

Returns

BooleanDataFrameColumn.

Exceptions

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

Applies to