-
Notifications
You must be signed in to change notification settings - Fork 368
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
DataFrameRow and NamedTuple comparisons #2668
Comments
I vote no. The user can cast as a NamedTuple if they need to. Also no for a |
I think it's worth defining
|
I agree. I will keep
and it is natural to allow for this without requiring a conversion. |
Now - thinking about it more. Since we already allow
Do we see any downsides of allowing Regarding the comment that you can always cast to |
Should we update
isequal
and==
andisless
to allow comparingNamedTuple
andDataFrameRow
directly without conversion? (this will also impacthash
) See #2639 for a related discussion onGroupKey
.Also should
GroupKey
be allowed to be compared toDataFrameRow
then?The text was updated successfully, but these errors were encountered: