Function polars_core::functions::diag_concat_df
source · pub fn diag_concat_df(dfs: &[DataFrame]) -> PolarsResult<DataFrame>
Available on crate feature
diagonal_concat
only.Expand description
Concat [DataFrame]
s diagonally.
Concat diagonally thereby combining different schemas.