OptionalmemoryResource: MemoryResourceThe optional MemoryResource used to allocate the result's device memory.
Compute the index of the minimum value in each group
OptionalmemoryResource: MemoryResourceThe optional MemoryResource used to allocate the result's device memory.
Returns a list column of all included elements in the group.
Optionalinclude_nulls: boolean = trueWhether to include/exclude nulls in list elements.
OptionalmemoryResource: MemoryResourceThe 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.
Optionalinclude_nulls: boolean = trueWhether to include/exclude nulls in list elements.
Optionalnulls_equal: boolean = trueWhether null entries within each list should be considered equal.
Optionalnans_equal: boolean = falseWhether NaN values in floating point column should be
considered equal.
OptionalmemoryResource: MemoryResourceThe optional MemoryResource used to allocate the result's device memory.
Compute the size of each group
OptionalmemoryResource: MemoryResourceThe optional MemoryResource used to allocate the result's device memory.
Compute the maximum value in each group
OptionalmemoryResource: MemoryResourceThe optional MemoryResource used to allocate the result's device memory.
Compute the median value in each group
OptionalmemoryResource: MemoryResourceThe optional MemoryResource used to allocate the result's device memory.
Compute the minimum value in each group
OptionalmemoryResource: MemoryResourceThe optional MemoryResource used to allocate the result's device memory.
Return the nth value from each group
the index of the element to return
Optionalinclude_nulls: boolean = trueWhether to include/exclude nulls in list elements.
OptionalmemoryResource: MemoryResourceThe optional MemoryResource used to allocate the result's device memory.
Compute the number of unique values in each group
Optionalinclude_nulls: boolean = falseWhether to include/exclude nulls in list elements.
OptionalmemoryResource: MemoryResourceThe 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.
OptionalmemoryResource: MemoryResourceThe optional MemoryResource used to allocate the result's device memory.
Compute the standard deviation for each group
Optionalddof: number = 1Delta Degrees of Freedom. The divisor used in calculations is N - ddof, where N represents the number of elements in each group.
OptionalmemoryResource: MemoryResourceThe optional MemoryResource used to allocate the result's device memory.
Compute the sum of values in each group
OptionalmemoryResource: MemoryResourceThe optional MemoryResource used to allocate the result's device memory.
Compute the variance for each group
Optionalddof: number = 1Delta Degrees of Freedom. The divisor used in calculations is N - ddof, where N represents the number of elements in each group.
OptionalmemoryResource: MemoryResourceThe optional MemoryResource used to allocate the result's device memory.
Compute the index of the maximum value in each group