ISeries<'K> Type
Represents an untyped series with keys of type `K` and values of some unknown type (This type should not generally be used directly, but it can be used when you need to write code that works on a sequence of series of heterogeneous types).
Instance members
| Instance member |
Description
|
|
Returns the index containing keys of the series
|
|
Attempts to get the value at a specified key and return it as `obj`
|
|
Returns the vector containing data of the series (as an untyped vector)
|
|
Returns the vector builder associated with this series
|
Deedle