Function polars_core::utils::accumulate_dataframes_vertical [−][src]
pub fn accumulate_dataframes_vertical<I>(dfs: I) -> Result<DataFrame> where
I: IntoIterator<Item = DataFrame>,
Expand description
This takes ownership of the DataFrame so that drop is called earlier.