stack#

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

Stack the given arrays along a new axis.

Parameters:
Return type:

AbstractArray

See also

numpy.stack()

Corresponding numpy function.