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.