Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand AggFormula and RollingFormula to allow list of formula per operator (vs. single formula) #6392

Open
lbooker42 opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
feature request New feature or request triage
Milestone

Comments

@lbooker42
Copy link
Contributor

lbooker42 commented Nov 18, 2024

Recent PR (#6206 and #6143) changed agg and update_by formula methods to accept multiple columns as input but limited the operators to a single input formula (e.g. agg.formula(formula="out_b=min(X)")). It would be useful to specify multiple formula as a list and create multiple output column with a single call.

The new syntax would be agg.formula(formula=["out_b=min(X)", "out_c=sum(x) + min(y)"]) allowing the user to easily specify either a single formula or a list.

@lbooker42 lbooker42 added feature request New feature or request triage labels Nov 18, 2024
@lbooker42 lbooker42 added this to the Backlog milestone Nov 18, 2024
@lbooker42 lbooker42 self-assigned this Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request triage
Projects
None yet
Development

No branches or pull requests

1 participant