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
perf: Prefer Iterator > tuple > list, use native pyarrow.repeat, simplify nw.concat_str for DuckDB backend (#3190)
* A general preference to use iterators over tuples over lists
* Use native `pyarrow.repeat`
* Minimizing loops as well
* Simplify (and optimize) `concat_str` for DuckDB backend
---------
Co-authored-by: dangotbanned <[email protected]>
# Argument of type "EagerExprT@EagerDataFrame" cannot be assigned to parameter "expr" of type "EagerExprT@EagerDataFrame" in function "_evaluate_into_expr"
359
359
# Type "EagerExprT@EagerDataFrame" is not assignable to type "EagerExprT@EagerDataFrame"
0 commit comments