Function try_list_from_par_iter

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