IData Frame Interface
Specifies the basic functionality of a data frame.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public interface IDataFrameProperties
| Column | Gets the number of rows in the data frame. |
| Column | Gets the column index of the data frame. |
| Item | Gets the column at the specified position in the data frame. |
| Row | Gets the number of rows in the data frame. |
| Row | Gets the row index of the data frame. |
| Rows | Gets an enumerator for the rows of the data frame. |
Methods
| Get | Returns the column with the specified key in the data frame. |
| Get | Returns a data frame that contains only the specified rows. |