Specifies the basic functionality of a data frame.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public interface IDataFrame
Public Interface IDataFrame
public interface class IDataFrame
type IDataFrame = interface end
The IDataFrame type exposes the following members.
| Name | Description |
---|
 | ColumnCount |
Gets the number of rows in the data frame.
|
 | ColumnIndex |
Gets the column index of the data frame.
|
 | Item |
Gets the column at the specified position in the data frame.
|
 | RowCount |
Gets the number of rows in the data frame.
|
 | RowIndex |
Gets the row index of the data frame.
|
 | Rows |
Gets an enumerator for the rows of the data frame.
|
Top
| Name | Description |
---|
 | GetColumnC |
Returns the column with the specified key in the data frame.
|
 | GetRows |
Returns a data frame that contains only the specified rows.
|
Top
Top
Reference