Column selections inside list.eval
PanicException
#22737
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
Testing various expressions after reading the question from StackOverflow1 asking about
pl.all()
usage insidelist.eval()
.It seems only
pl.col("name")
is disallowed.Various things seem to be allowed and end up treated the same as
pl.element()
AFAIK
.pivot()
is the other place that allowspl.element()
- it seems to disallow all the cases I've tried.(It does allow
pl.all()
to be used instead ofpl.element()
)Expected behavior
No panic.
Installed versions
Footnotes
https://stackoverflow.com/questions/79619760/ ↩
The text was updated successfully, but these errors were encountered: