GroupBy<TKey> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class GroupBy<TKey> : Microsoft.Data.Analysis.GroupBy
type GroupBy<'Key> = class
inherit GroupBy
Public Class GroupBy(Of TKey)
Inherits GroupBy
Type Parameters
- TKey
- Inheritance
Constructors
GroupBy<TKey>(DataFrame, Int32, IDictionary<TKey,ICollection<Int64>>) |
Properties
Groupings |
Returns a collection of Grouping objects, where each object represent a set of DataFrameRows having the same Key |
Methods
Count(String[]) | |
First(String[]) | |
Head(Int32) | |
Max(String[]) | |
Mean(String[]) | |
Min(String[]) | |
Product(String[]) | |
Sum(String[]) | |
Tail(Int32) |