Click or drag to resize
SeriesK, VObservations Property
Returns a collection of observations that form this series. Note that this property skips over all missing (or NaN) values. Observations are returned as `KeyValuePair<K, V>` objects. For an F# alternative that uses tuples, see `Series.observations`. [category:Series data]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public IEnumerable<KeyValuePair<K, V>> Observations { get; }

Property Value

Type: IEnumerableKeyValuePairK, V

[Missing <value> documentation for "P:Deedle.Series`2.Observations"]

See Also