Function polars_core::utils::concat_df_unchecked
source · [−]pub fn concat_df_unchecked<'a, I>(dfs: I) -> DataFramewhere
I: IntoIterator<Item = &'a DataFrame>,
Expand description
Concat the DataFrames to a single DataFrame.