Represents a row in a data frame.
SystemObject Extreme.DataAnalysisDataFrameRowR, C
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public sealed class DataFrameRow<R, C> : IVector,
IEquatable<DataFrameRow<R, C>>, ICustomTypeDescriptor
Public NotInheritable Class DataFrameRow(Of R, C)
Implements IVector, IEquatable(Of DataFrameRow(Of R, C)),
ICustomTypeDescriptor
generic<typename R, typename C>
public ref class DataFrameRow sealed : IVector,
IEquatable<DataFrameRow<R, C>^>, ICustomTypeDescriptor
[<SealedAttribute>]
type DataFrameRow<'R, 'C> =
class
interface IVector
interface IEquatable<DataFrameRow<'R, 'C>>
interface ICustomTypeDescriptor
end
Type Parameters
- R
- The type of the row key.
- C
- The element type of the column index.
The DataFrameRowR, C type exposes the following members.
| Name | Description |
---|
 | ColumnIndex |
Gets the column index of the row.
|
 | ItemC |
Gets the value with the specified key.
|
 | ItemInt32 |
Gets the value at the specified index.
|
 | Key |
Gets the key associated with the row in the data frame.
|
 | Length |
Gets the number of columns in the data frame.
|
Top
| 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
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