Data Frame<R, C> Properties
Properties
Column | Gets the number of columns in the data frame. |
Column | Gets or sets the column index of the data frame. |
Columns | Gets an enumerator over the columns of the data frame. |
Item[C] | Gets, sets or adds a column with the specified key. |
Item[Int32] | Gets the column at the specified index. |
Named | Gets an enumerator over pairs of column key values and the corresponding columns. |
Named | Gets an enumerator over pairs of row key values and the corresponding rows. |
Row | Gets the number of rows in the data frame. |
Row | Gets the row index of the data frame. |
Rows | Gets an enumerator over the rows of the data frame. |