freud14-tm
freud14-tm
It seems more complicated than I thought with the current code base of the library and I am not using the library right now. Still think the idea is worthwhile...
Also, it would be nice if `catalog` and `schema` were optional.
Was on 1.5.3 but just tried on 2.0.3 and get the same thing.
Thank you very much @susodapop . Let me know of the development.
@trallnag Would it possible to run the workflows awaiting for approval and review this? It's a small PR.
Getting similar error when using eval on a decimal list: ```python import polars as pl print( pl.select( pl.lit([1], dtype=pl.List(pl.Decimal(scale=20))) ).select( b=pl.col("literal").list.eval(pl.element()) ) ) ```
@cmdlineluser Not sure why my issue would be a higher priority but here we go: https://github.com/pola-rs/polars/issues/23896