chararray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert
chararray.rfind(sub, start=0, end=None)
chararray.endswith(suffix, start=0, end=None)
chararray.isnumeric()
chararray.copy(order='C') Return a copy of the array.
chararray.strip(chars=None)
chararray.split(sep=None, maxsplit=None)
chararray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data
chararray.lstrip(chars=None)
chararray.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by
Page 7 of 8