Compartir a través de


GroupBy<TKey> Constructor

Definición

public GroupBy (Microsoft.Data.Analysis.DataFrame dataFrame, int groupByColumnIndex, System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<long>> keyToRowIndices);
new Microsoft.Data.Analysis.GroupBy<'Key> : Microsoft.Data.Analysis.DataFrame * int * System.Collections.Generic.IDictionary<'Key, System.Collections.Generic.ICollection<int64>> -> Microsoft.Data.Analysis.GroupBy<'Key>
Public Sub New (dataFrame As DataFrame, groupByColumnIndex As Integer, keyToRowIndices As IDictionary(Of TKey, ICollection(Of Long)))

Parámetros

dataFrame
DataFrame
groupByColumnIndex
Int32
keyToRowIndices
IDictionary<TKey,ICollection<Int64>>

Se aplica a