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
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).
The text was updated successfully, but these errors were encountered:
Description
We have
pl.concat_list(columns)
to create a list from a series of columns. A correspondingpl.concat_arr(columns)
would be useful to directly create an array without having to callpl.concat_list(columns).list.to_array(width=2)
.The text was updated successfully, but these errors were encountered: