Alternative concat
way several times faster than with_columns()
when adding many columns to the df
#19503
Closed
2 tasks done
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
So when adding multiple columns,
concat
is way faster than the normalwith_columns()
method. Would be nice if these two methods were equally as fast.Expected behavior
That these functions become equally as fast
Installed versions
The text was updated successfully, but these errors were encountered: