chararray.T Same as self.transpose(), except that self is returned if self.ndim < 2.
chararray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array.
chararray.rsplit(sep=None, maxsplit=None)
chararray.join(seq)
chararray.decode(encoding=None, errors=None)
chararray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.
chararray.zfill(width)
chararray.swapcase()
chararray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast
chararray.flatten(order='C') Return a copy of the array collapsed into one dimension.
Page 1 of 8