Function polars_core::utils::concat_df_unchecked

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

Concat the DataFrames to a single DataFrame.