pub fn concat_arr(
args: &[Column],
dtype: &DataType,
) -> Result<Column, PolarsError>Available on crate feature
polars-ops only.Expand description
Note: The caller must ensure all columns in args have the same type.
ยงPanics
Panics if
argsis emptydtypeis not aDataType::Array