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

Concat [DataFrame]s horizontally. Concat horizontally and extend with null values if lengths don’t match