GroupBy<TKey> Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)))
Paramètres
- dataFrame
- DataFrame
- groupByColumnIndex
- Int32
- keyToRowIndices
- IDictionary<TKey,ICollection<Int64>>