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

Cumulative aggregation #31

Open
martsberger opened this issue Sep 26, 2023 · 0 comments
Open

Cumulative aggregation #31

martsberger opened this issue Sep 26, 2023 · 0 comments

Comments

@martsberger
Copy link
Owner

It might be useful to some people to have the aggregation be cumulative.

From issue #5 (PJCampi)
It would be fairly easy to allow for cumulative aggregation as well, which can be useful. It can be done using the window function (+distinct):

window = Window(aggregator(data), order_by=row)

This would be a feature or option in addition to the current aggregation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant