IData
            
            
            
            
            Specifies the basic functionality of a data frame.
            
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. | 
Extension Methods
| ToData | Constructs a data table from a data frame. (Defined by DataExtensions) | 
| ToData | Constructs a data table from a data frame. (Defined by DataExtensions) | 
| ToData | Constructs a data table from the specified columns a data frame. (Defined by DataExtensions) | 
| ToData | Constructs a data table from the specified columns a data frame. (Defined by DataExtensions) |