FrameData Class |
Namespace: Deedle
[SerializableAttribute] public sealed class FrameData : IEquatable<FrameData>, IStructuralEquatable
The FrameData type exposes the following members.
Name | Description | |
---|---|---|
ColumnKeys |
A sequence of keys for all column. Individual key is an array
which contains multiple values for hierarchical indices
| |
Columns |
Represents the data of the frame as a sequence of columns containing
type and array with column values. `OptionalValue.Missing` is used to
represent missing data.
| |
RowKeys |
A sequence of keys for all rows. Individual key is an array
which contains multiple values for hierarchical indices
|
Name | Description | |
---|---|---|
Equals(Object) | (Overrides ObjectEquals(Object).) | |
Equals(FrameData) | ||
Equals(Object, IEqualityComparer) | ||
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetHashCode(IEqualityComparer) | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |