pub fn concat_arr( args: &[Column], dtype: &DataType, ) -> Result<Column, PolarsError>
Note: The caller must ensure all columns in args have the same type.
args
Panics if
dtype
DataType::Array