Joining on list columns is not implemented #14826
Labels
A-panic
Area: code that results in panic exceptions
enhancement
New feature or an improvement of an existing feature
Description
Related issues: #10747, #12636, #4175, #2869, #13950
gives
PanicException: not implemented
.Note that this error is given even if the join column is a
list[cat]
orlist[enum]
column, even though you can compute hashes of those column types and join on the hash. At the very least, polars should automatically do that for you instead of panicking. It is unexpected that group_by works onlist[cat]
andlist[enum]
columns but join doesn't.The text was updated successfully, but these errors were encountered: