pub fn concat_df_unchecked<'a, I>(dfs: I) -> DataFramewhere
I: IntoIterator<Item = &'a DataFrame>,
Expand description
Concat the DataFrames to a single DataFrame.
pub fn concat_df_unchecked<'a, I>(dfs: I) -> DataFramewhere
I: IntoIterator<Item = &'a DataFrame>,
Concat the DataFrames to a single DataFrame.