Skip to content

Implement groupby/median #9489

@ian-r-rose

Description

@ian-r-rose

In #9483 @jrbourbeau added median and median_approximate to dask.dataframe. It would also be nice to have DataFrame.groupby(...).median(). This is challenging to do with an ACA-based approach for the same reason that DataFrame.median() is. However, it could be tractable with a shuffle-based approach (cf. #9487)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions