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

Moving Transform: add "Cumulative count" #285

Open
wvdvegte opened this issue Sep 20, 2024 · 0 comments
Open

Moving Transform: add "Cumulative count" #285

wvdvegte opened this issue Sep 20, 2024 · 0 comments

Comments

@wvdvegte
Copy link

Timeseries version

0.6.3

Orange version

3.37.0

Suggested enhancement

Add an option to calculate the cumulative count, i.e., the number of records per aggregated time period. It's a very simple calculation, but currently the only alternative to compute it would be to first add a dummy variable with Formula (numerical, dummy := 1 for every row), then apply Cumsum to it in Moving Transform

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