polars_core::utils

Function accumulate_dataframes_vertical_unchecked_optional

Source
pub fn accumulate_dataframes_vertical_unchecked_optional<I>(
    dfs: I,
) -> Option<DataFrame>
where I: IntoIterator<Item = DataFrame>,