This is documentation for an old release of NumPy (version 1.7.0). Read this page in the documentation of the latest stable release (version > 1.17).
Return element-wise string concatenation for two arrays of str or unicode.
Arrays x1 and x2 must have the same shape.
Parameters : | x1 : array_like of str or unicode
x2 : array_like of str or unicode
|
---|---|
Returns : | add : ndarray
|