Function polars_core::utils::concat_df[][src]

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

Concat the DataFrames to a single DataFrame.