LinqExtensions.DataFrameGrouping<TKey, R, C>.Values Property

Gets a list of the values in the grouping.

Definition

Namespace: Extreme.DataAnalysis.Linq
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public DataFrame<R, C> Values { get; }

Property Value

DataFrame<R, C>

See Also