GroupBy<TKey> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)))
パラメーター
- dataFrame
- DataFrame
- groupByColumnIndex
- Int32
- keyToRowIndices
- IDictionary<TKey,ICollection<Int64>>