DataFrameRow

Object –> DataFrameRow

A collection of values that represent a row in a DataFrame.

properties

  • Item(index) - Returns the value at index.

methods

  • GetEnumerator() - Returns an enumerator of the values in this row.