Skip to content

feat(api): support a list of functions to apply across a selector #8016

Open
@cpcloud

Description

@cpcloud

Is your feature request related to a problem?

No, it is not.

Describe the solution you'd like

I'd like to be able to write something similar to this:

t.agg(s.across(my_selector, ["max", "mean", "min"]))

and have that be equivalent to

t.agg(s.across(my_selector, dict(max=_.max(), mean=_.mean(), min=_.min())))

which we already support.

What version of ibis are you running?

main

What backend(s) are you using, if any?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureFeatures or general enhancementsuxUser experience related issues

    Type

    No type

    Projects

    Status

    backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions