-
-
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
hash list of String #13950
Comments
You can hash the inner elements first with |
Thanks @ion-elgreco, this is a workaround, I think the feature is still really valuable. Today if you want to hash a full dataframe with hash_rows for example, It may fail for certain data types. So you have to handle these cases by hand. |
I agree :) Just showcasing a workaround that might help |
I think it has been mentioned a few times with regards to Another workaround is to Not sure on the technical reasons for why it is disallowed currently. |
I think this is duplicated with #10747. |
Description
I am maybe not the first to ask for this feature, but I couldn't find anything.
I which I could hash a list of string with polars. Is it out of the scope ?
It would be awesome to be able to hash any nested polars data types.
The text was updated successfully, but these errors were encountered: