Skip to main content

split

Function split 

Source
pub fn split(
    arr: &StringArray,
    sep: Option<&str>,
    maxsplit: Option<usize>,
) -> Result<Vec<Vec<String>>>
Expand description

Split string array elements by delimiter

Similar to NumPy’s np.char.split()