Overload List

  NameDescription
GetColumnDictionary(Int32)
Returns a dictionary for values in the given column. The row keys are used as keys in the dictionary.
(Inherited from DataFrame.)
GetColumnDictionary(String)
Returns a dictionary for values in the given column. The row keys are used as keys in the dictionary.
(Inherited from DataFrame.)
GetColumnDictionary(Int32, Int32)
Returns a dictionary for values in the given column. The dictionary keys are taken from the specified key column.
(Inherited from DataFrame.)

See Also