pub fn concat_df_unchecked<'a, I>(dfs: I) -> DataFramewhere
    I: IntoIterator<Item = &'a DataFrame>,
Expand description

Concat the DataFrames to a single DataFrame.