Function polars::functions::concat_df_horizontal

source ·
pub fn concat_df_horizontal(dfs: &[DataFrame]) -> Result<DataFrame, PolarsError>
Expand description

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