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

feat! raise on not supported aggregates #13043

Merged
merged 10 commits into from
Dec 14, 2023
Merged

feat! raise on not supported aggregates #13043

merged 10 commits into from
Dec 14, 2023

Conversation

ritchie46
Copy link
Member

dtypes that don't support a statistic now raise instead of silently producing nulls. E.g. pl.Series(["a"]).std() now returns an error.

@github-actions github-actions bot added the enhancement New feature or an improvement of an existing feature label Dec 14, 2023
@ritchie46 ritchie46 requested a review from c-peters as a code owner December 14, 2023 13:05
@ritchie46 ritchie46 merged commit b1a2ea3 into main Dec 14, 2023
@ritchie46 ritchie46 deleted the stricter_stats branch December 14, 2023 14:20
@c-peters c-peters added the accepted Ready for implementation label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation enhancement New feature or an improvement of an existing feature
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants