Function polars_core::utils::concat_df

source ·
pub fn concat_df<'a, I>(dfs: I) -> PolarsResult<DataFrame>
where I: IntoIterator<Item = &'a DataFrame>,
Expand description

Concat the DataFrames to a single DataFrame.