Function polars::prelude::str_join

source ยท
pub fn str_join(
    ca: &ChunkedArray<StringType>,
    delimiter: &str,
    ignore_nulls: bool
) -> ChunkedArray<StringType>
Available on crate feature polars-ops only.