Index
Namespace: Deedle
Type that provides access to creating indices (represented as LinearIndex
values)
Static members
Static member | Description |
Create(keys)
Signature: keys:seq<'T> -> IIndex<'T>
Type parameters: 'T
|
Create an index from a sequence of keys and check if they are sorted or not
|
CreateUnordered(keys)
Signature: keys:seq<'T> -> IIndex<'T>
Type parameters: 'T
|
Create an index from a sequence of keys and assume they are not sorted
(the resulting index is also not sorted).
|