chararray.squeeze(axis=None) Remove single-dimensional entries from the shape of a.
chararray.ravel([order]) Return a flattened array. Refer to
chararray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert
chararray.ctypes An object to simplify the interaction of the array with the ctypes module. This
chararray.startswith(prefix, start=0, end=None)
chararray.isnumeric()
chararray.split(sep=None, maxsplit=None)
chararray.rindex(sub, start=0, end=None)
chararray.copy(order='C') Return a copy of the array.
chararray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data
Page 7 of 8