Function polars::prelude::strings::str_concat

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