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

Implement cumulative aggregation #433

Merged
merged 6 commits into from
Dec 12, 2023
Merged

Conversation

phofl
Copy link
Collaborator

@phofl phofl commented Nov 28, 2023

No description provided.

dask_expr/_cumulative.py Outdated Show resolved Hide resolved
q = getattr(df, func)()["x"]
assert q.simplify()._name == getattr(df.x, func)()


Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a test for skipna=False (running on data that does include NA's)?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

@crusaderky crusaderky changed the title Impelement cumulative aggregation Implement cumulative aggregation Dec 11, 2023
@phofl phofl merged commit fa515d2 into dask:main Dec 12, 2023
5 of 9 checks passed
@phofl phofl deleted the cumulative_aggregations branch December 12, 2023 18:48
@phofl
Copy link
Collaborator Author

phofl commented Dec 12, 2023

dask broke the ci

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

Successfully merging this pull request may close these issues.

2 participants