FrameRowToDictionary Method

Returns a dictionary containing the row data.

Definition

Namespace: Meta.Numerics.Data
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public Dictionary<string, Object> ToDictionary()

Return Value

DictionaryString, Object
A dictionary whose keys are the column names and whose values are the corresponding cell values for the row. This dictionary is an independent copy, so any subsequent changes to the frame data will not change it.

See Also