concatenate#

named_arrays.concatenate(arrays, axis, out=None, *, dtype=None, casting='same_kind')#

Concatenate the given arrays along an existing axis.

Parameters:
Return type:

AbstractArray

See also

numpy.concatenate()

Corresponding numpy function.