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: otherColumns to concat into a List Series