Function polars_core::functions::hor_concat_df
source · pub fn hor_concat_df(dfs: &[DataFrame]) -> PolarsResult<DataFrame>
Available on crate feature
horizontal_concat
only.Expand description
Concat [DataFrame]
s horizontally.
Concat horizontally and extend with null values if lengths don’t match