Function list_from_par_iter

Source
pub fn list_from_par_iter<I>(
    par_iter: I,
    name: PlSmallStr,
) -> Result<ChunkedArray<ListType>, PolarsError>
where I: IntoParallelIterator<Item = Option<Series>>,