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
.list.eval is indeed promising, it works at least at the moment with a constant scalar yet not with a scalar from another column.
For my current use case, I'll solve it by having the list column first as long format (exploded), with the needed date duplicated for all rows in another column, and only then group_by and agg.
Description
PanicException:
sub
operation not supported for dtypelist[date]
The text was updated successfully, but these errors were encountered: