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.
pub fn concat_df<'a, I>(dfs: I) -> PolarsResult<DataFrame>where
I: IntoIterator<Item = &'a DataFrame>,
Concat the DataFrames to a single DataFrame.