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

Gets a list of the values in the grouping.

Definition

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

Property Value

DataFrame<R, C>

See Also