Skip to content

Add an API to directly compute median value of a column in RDataFrame #22794

Description

@vepadulano

Feature description

Request from a forum post https://root-forum.cern.ch/t/calculating-median-with-rdataframe/64941

Alternatives considered

  • Takeing all the values of the column and computing the median manually (e.g. with other popular libraries such as numpy)
  • Creating a custom action with Book

Additional context

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions