pub fn diag_concat_df(dfs: &[DataFrame]) -> Result<DataFrame, PolarsError>
This is supported on crate feature diagonal_concat only.
Expand description

Concat [DataFrame]s diagonally. Concat diagonally thereby combining different schemas.