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
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/tim/Documents/Github/ercot-wind-optimisation/.venv/lib/python3.11/site-packages/polars/dataframe/frame.py", line 7335, in with_columns
.collect(no_optimization=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/tim/Documents/Github/ercot-wind-optimisation/.venv/lib/python3.11/site-packages/polars/lazyframe/frame.py", line 1531, in collect
return wrap_df(ldf.collect())
^^^^^^^^^^^^^
exceptions.ComputeError: named columns are not allowed in `list.eval`; consider using `element` or `col("")`
on version 0.18.7
On a side note, the error is counter intuitive as here i am using pl.col("").
The text was updated successfully, but these errors were encountered:
Yeah, the GitHub UI is confusing here. It says "closed as not planned" but the description is "Won't fix, can't repro, duplicate, stale". In this case it's a duplicate.
Problem description
It would fantastic if i could just do:
but this currently yields:
on version
0.18.7
On a side note, the error is counter intuitive as here i am using
pl.col("")
.The text was updated successfully, but these errors were encountered: