pub fn concat_df_diagonal(dfs: &[DataFrame]) -> Result<DataFrame, PolarsError>
Available on crate feature
diagonal_concat
only.Expand description
Concat DataFrame
s diagonally.
Concat diagonally thereby combining different schemas.