Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pl.concat_arr #14540

Closed
mcrumiller opened this issue Feb 16, 2024 · 0 comments · Fixed by #20999
Closed

Add pl.concat_arr #14540

mcrumiller opened this issue Feb 16, 2024 · 0 comments · Fixed by #20999
Labels
enhancement New feature or an improvement of an existing feature

Comments

@mcrumiller
Copy link
Contributor

Description

We have pl.concat_list(columns) to create a list from a series of columns. A corresponding pl.concat_arr(columns) would be useful to directly create an array without having to call pl.concat_list(columns).list.to_array(width=2).

@mcrumiller mcrumiller added the enhancement New feature or an improvement of an existing feature label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant