Click or drag to resize
SeriesK, VValues Property
Returns a collection of values that are available in the series data. Note that the length of this sequence does not match the `Keys` sequence if there are missing values. To get matching sequence, use the `Observations` property or `Series.observation`. [category:Series data]

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

Property Value

Type: IEnumerableV

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

See Also