| Name | Description |
---|
  | GroupByR, C, TKey(DataFrameR, C, FuncDataFrameRowR, C, TKey) |
Groups the rows of a data frame based on the specified key selector.
|
  | GroupByT, TKey(VectorT, FuncT, TKey) |
Groups the elements of a vector according to the specified key selector function.
|
  | GroupByR, C, TKey(DataFrameR, C, FuncDataFrameRowR, C, TKey, IEqualityComparerTKey) |
Groups the rows of a data frame based on the specified key selector.
|
  | GroupByR, C, TKey, TElement(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncDataFrameRowR, C, TElement) |
Groups the rows of a data frame based on the specified key selector,
and returns the result of applying a function to the selected elements
of each group.
|
  | GroupByR, C, TKey, TResult(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncTKey, IEnumerableDataFrameRowR, C, TResult) |
Groups the rows of a data frame based on the specified key selector,
and returns the result of applying a function to the selected elements
of each group.
|
  | GroupByT, TKey(VectorT, FuncT, TKey, IEqualityComparerTKey) |
Groups the elements of a vector according to the specified
key selector function and key comparer.
|
  | GroupByT, TKey, TElement(VectorT, FuncT, TKey, FuncT, TElement) |
Groups the elements of a vector according to the specified
key selector and element selector functions.
|
  | GroupByT, TKey, TResult(VectorT, FuncT, TKey, FuncTKey, IEnumerableT, TResult) |
Groups the elements of a vector according to the specified key selector function
and creates a result value from each group and its key.
|
  | GroupByR, C, TKey, TElement(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncDataFrameRowR, C, TElement, IEqualityComparerTKey) |
Groups the rows of a data frame based on the specified key selector,
and returns the result of applying a function to the selected elements
of each group.
|
  | GroupByR, C, TKey, TElement, TResult(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncDataFrameRowR, C, TElement, FuncTKey, IEnumerableTElement, TResult) |
Groups the rows of a data frame based on the specified key selector,
and returns the result of applying a function to the selected elements
of each group.
|
  | GroupByR, C, TKey, TResult(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncTKey, IEnumerableDataFrameRowR, C, TResult, IEqualityComparerTKey) |
Groups the rows of a data frame based on the specified key selector,
and returns the result of applying a function to the selected elements
of each group.
|
  | GroupByT, TKey, TElement(VectorT, FuncT, TKey, FuncT, TElement, IEqualityComparerTKey) |
Groups the elements of a vector according to the specified
key selector and element selector functions, and key comparer.
|
  | GroupByT, TKey, TElement, TResult(VectorT, FuncT, TKey, FuncT, TElement, FuncTKey, IEnumerableTElement, TResult) |
Groups the elements of a vector according to the specified key selector function
and creates a result value from each group and its key.
The elements of each group are projected using the specified function.
|
  | GroupByT, TKey, TResult(VectorT, FuncT, TKey, FuncTKey, IEnumerableT, TResult, IEqualityComparerTKey) |
Groups the elements of a vector according to the specified key selector function
and creates a result value from each group and its key. Key values are compared
using the specified comparer.
|
  | GroupByR, C, TKey, TElement, TResult(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncDataFrameRowR, C, TElement, FuncTKey, IEnumerableTElement, TResult, IEqualityComparerTKey) |
Groups the rows of a data frame based on the specified key selector,
and returns the result of applying a function to the selected elements
of each group.
|
  | GroupByT, TKey, TElement, TResult(VectorT, FuncT, TKey, FuncT, TElement, FuncTKey, IEnumerableTElement, TResult, IEqualityComparerTKey) |
Groups the elements of a vector according to the specified key selector function
and creates a result value from each group and its key. Key values are compared
using the specified comparer, and the elements of each group are projected
using the specified function.
|