IDataFrame.GetColumn<C> Method

Returns the column with the specified key in the data frame.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
IVector GetColumn<C>(
	C key
)

Parameters

key  C
The key of the column to return.

Type Parameters

C
The element type of the data frame's column index.

Return Value

IVector

See Also