polars_core::utils

Function 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.