Click or drag to resize

DataFrameGetColumnDictionary(String) Method

Returns a dictionary for values in the given column. The row keys are used as keys in the dictionary.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IDictionary GetColumnDictionary(
	string columnName
)

Parameters

columnName  String
A column name.

Return Value

IDictionary
A dictionary of key-value pairs.
See Also