chararray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data
chararray.find(sub, start=0, end=None)
chararray.strip(chars=None)
chararray.isdigit()
chararray.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array
chararray.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by
Page 8 of 8