chararray.T Same as self.transpose(), except that self is returned if self.ndim < 2.
chararray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2
numpy.core.defchararray.isupper(a)
chararray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array.
numpy.core.defchararray.encode(a, encoding=None, errors=None)
chararray.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n
numpy.core.defchararray.upper(a)
chararray.rjust(width, fillchar=' ')
chararray.fill(value) Fill the array with a scalar value.
chararray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of
Page 3 of 13