-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Unsupported aggregation functions return None
on String columns
#12935
Comments
Slightly related, should a utf8 pl.Series(["a"]) + pl.Series(["b"])
|
@thomasfrederikhoeck yes, those are implemented. |
@mcrumiller I was a bit to fast on the trigger (I reailised and deleted :-D ) |
I'd prefer not, the error message will redirect you to .str.concat which is the appropriate implementation. |
This has been fixed for lists. We should still update String methods and (possibly?) make String |
None
on unsupported dtypes
None
on unsupported dtypesNone
on some unsupported dtypes
None
on some unsupported dtypesNone
on String columns
None
on String columnsNone
on String columns
Reproduction:
This prints:
I'd expect
sum
/min
/max
to give proper errors for unsupported dtypes instead of silently returning None.The text was updated successfully, but these errors were encountered: