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
MarcoGorelli opened this issue
Sep 29, 2023
· 3 comments
· Fixed by #16981
Assignees
Labels
A-panicArea: code that results in panic exceptionsacceptedReady for implementationbugSomething isn't workingP-highPriority: highpythonRelated to Python Polars
Not sure if this is related to #9621. I don't think that using expressions in the on parameter should add columns to the resulting frame, which is why we're ending up with a literal column.
A-panicArea: code that results in panic exceptionsacceptedReady for implementationbugSomething isn't workingP-highPriority: highpythonRelated to Python Polars
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Reproducible example
This came up in a training session today:
Log output
No response
Issue description
I get a mysterious:
Expected behavior
no error, just drop the 'literal' column
Installed versions
The text was updated successfully, but these errors were encountered: