pub fn concatenate(arrays: &[&dyn Array]) -> PolarsResult<Box<dyn Array>>
Concatenate multiple Array of the same type into a single Array.
Array