You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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):
This would be a feature or option in addition to the current aggregation.
The text was updated successfully, but these errors were encountered: