![]() | Data |
The DataFrame type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cols | Gets the number of columns in this data frame. |
![]() | ColumnHeaders | Gets and sets the array of column labels in this data frame. |
![]() | ColumnNames | Gets an array of the column names in this data frame. |
![]() | CreateDate | Gets the creation datetime for this data object. |
![]() | ItemInt32 | Gets the column indicated by the given column index. |
![]() | ItemString | Gets the column indicated by the given column name. |
![]() | ItemInt32, Slice | Gets the subcolumn indicated by the given column index and row slice. |
![]() | ItemInt32, Subset | Gets the subcolumn indicated by the given column index and row subset. |
![]() | ItemInt32, Int32 | Gets and sets the element at the given row and column index. |
![]() | ItemObject, String | Gets and sets the element specified by the given row key and column name. |
![]() | ItemSlice, Slice | Gets a new data frame containing the portion of this data frame indicated by the given row slice and column slice. |
![]() | ItemSlice, Subset | Gets a new data frame containing the portion of this data frame indicated by the given row slice and column subset. |
![]() | ItemSubset, Slice | Gets a new data frame containing the portion of this data frame indicated by the given row subset and column slice. |
![]() | ItemSubset, Subset | Gets a new data frame containing the portion of this data frame indicated by the given row subset and column subset. |
![]() | Name | Gets and sets the name for this data frame. |
![]() | RowKeyHeader | Gets and sets the header for the row keys in this data frame. |
![]() | RowKeys | Gets an object array of the row keys in this data frame. |
![]() | Rows | Gets the number of rows in this data frame. |
![]() | StringRowKeys | Gets a string array of the row keys in this data frame. |
![]() | Type | Gets the type of this data object. |