polars::functions

Function concat_df_horizontal

Source
pub fn concat_df_horizontal(
    dfs: &[DataFrame],
    check_duplicates: bool,
) -> Result<DataFrame, PolarsError>
Expand description

Concat DataFrames horizontally. Concat horizontally and extend with null values if lengths don’t match