You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isless is defined for named tuples when they have identical names. I guess we could do the same and throw an error when names differ. Is that used in a common pattern?
isless
forDataFrameRow
ignores column names, but==
checks them.For
NamedTuple
isless
is undefined so there is no inconsistency there. But we have it forDataFrameRow
.We have two options I think:
isless
forDataFrameRow
(I think this is the way to go)==
to ignore column namesThe text was updated successfully, but these errors were encountered: