pub fn concat_df_horizontal(dfs: &[DataFrame]) -> PolarsResult<DataFrame>
Available on crate feature horizontal_concat only.
Expand description

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