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