Data Frame Row<R, C> Properties
Properties
Column | Gets the column index of the row. |
Item[C] | Gets the value with the specified key. |
Item[Int32] | Gets the value at the specified index. |
Key | Gets the key associated with the row in the data frame. |
Length | Gets the number of columns in the data frame. |