Returns a list column of all included elements in the group.
The optional MemoryResource used to allocate the result's device memory.
Returns a lists column of all included elements in the group/series. Within each list, the duplicated entries are dropped out such that each entry appears only once.
The optional MemoryResource used to allocate the result's device memory.
Return the Groups for this GroupBy
The optional MemoryResource used to allocate the result's device memory.
Compute the maximum value in each group
The optional MemoryResource used to allocate the result's device memory.
Compute the average value each group
The optional MemoryResource used to allocate the result's device memory.
Compute the median value in each group
The optional MemoryResource used to allocate the result's device memory.
Compute the minimum value in each group
The optional MemoryResource used to allocate the result's device memory.
Return the nth value from each group
the index of the element to return
The optional MemoryResource used to allocate the result's device memory.
Return values at the given quantile.
the quantile to compute, 0 <= q <= 1
This optional parameter specifies the interpolation method to use, when the desired quantile lies between two data points i and j.
The optional MemoryResource used to allocate the result's device memory.
Compute the standard deviation for each group
The optional MemoryResource used to allocate the result's device memory.
Compute the sum of values in each group
The optional MemoryResource used to allocate the result's device memory.
Compute the variance for each group
The optional MemoryResource used to allocate the result's device memory.
Compute the index of the maximum value in each group