pub fn accumulate_dataframes_vertical_unchecked<I>(dfs: I) -> DataFramewhere
I: IntoIterator<Item = DataFrame>,
Expand description
This takes ownership of the DataFrame so that drop is called earlier. Does not check if schema is correct
pub fn accumulate_dataframes_vertical_unchecked<I>(dfs: I) -> DataFramewhere
I: IntoIterator<Item = DataFrame>,
This takes ownership of the DataFrame so that drop is called earlier. Does not check if schema is correct