GroupBy<TKey> Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)))
Parameter
- dataFrame
- DataFrame
- groupByColumnIndex
- Int32
- keyToRowIndices
- IDictionary<TKey,ICollection<Int64>>