chararray.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array
chararray.ctypes An object to simplify the interaction of the array with the ctypes module. This
chararray.split(sep=None, maxsplit=None)
numpy.core.defchararray.rpartition(a, sep)
chararray.lstrip(chars=None)
numpy.core.defchararray.rsplit(a, sep=None, maxsplit=None)
numpy.core.defchararray.title(a)
numpy.core.defchararray.rjust(a, width, fillchar=' ')
numpy.core.defchararray.add(x1, x2)
numpy.core.defchararray.less_equal(x1, x2)
Page 12 of 13