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