Skip to content

[R] Binding for median() and quantile() aggregation functions #29399

@asfimport

Description

@asfimport

Another aggregate function we’ll need to look at is median().

That should in theory map to the existing quantile kernel and the hopefully-coming-soon hash_quantile kernel with q = 0.5, but that will not work right now for several reasons (see https://issues.apache.org/jira/browse/ARROW-13309).

However we also have a pair of
approximate quantile kernels: tdigest and hash_tdigest that we could map median() to.

Reporter: Nicola Crane / @thisisnic
Assignee: Ian Cook / @ianmcook

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-13772. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions