The DataFrameRowR, C generic type exposes the following members.
| Name | Description |
---|
 | Equals(DataFrameRowR, C) |
Compares two data frame rows for equality.
|
 | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetT |
Gets the value with the specified key as a specific type.
|
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
| Name | Description |
---|
 | BinT(IntervalIndexT) | Overloaded.
Sorts values into bins and returns the result as a categorical vector.
(Defined by Vector.) |
 | BinT(IListT, SpecialBins) | Overloaded.
Sorts values into bins and returns the result as a categorical vector.
(Defined by Vector.) |
 | UnstackR, C |
Transforms a vector with a two-level index into a data frame whose columns
correspond to the second level in the index.
(Defined by DataFrame.) |
Top
Reference