pub fn accumulate_dataframes_vertical<I>(dfs: I) -> PolarsResult<DataFrame>where
I: IntoIterator<Item = DataFrame>,Expand description
This takes ownership of the DataFrame so that drop is called earlier.
ยงPanics
Panics if dfs is empty.
pub fn accumulate_dataframes_vertical<I>(dfs: I) -> PolarsResult<DataFrame>where
I: IntoIterator<Item = DataFrame>,This takes ownership of the DataFrame so that drop is called earlier.
Panics if dfs is empty.