Function polars::prelude::hor_str_concat

source ·
pub fn hor_str_concat(
    cas: &[&ChunkedArray<Utf8Type>],
    delimiter: &str
) -> Result<ChunkedArray<Utf8Type>, PolarsError>
Expand description

Horizontally concatenate all strings.

Each array should have length 1 or a length equal to the maximum length.