This is documentation for an old release of NumPy (version 1.4.). Read this page in the documentation of the latest stable release (version > 1.17).
Return (x1 + x2), that is string concatenation, element-wise for a pair of array_likes of str or unicode.
Parameters: | x1 : array_like of str or unicode x2 : array_like of str or unicode |
---|---|
Returns: | out : ndarray
|