polars.Series.list.concat#

Series.list.concat(other: list[Series] | Series | list[Any]) Series[source]#

Concat the arrays in a Series dtype List in linear time.

Parameters:
other

Columns to concat into a List Series