Open
Description
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
Type
Projects
Status
backlog