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