chararray.rstrip(chars=None)
chararray.flat A 1-D iterator over the array. This is a
chararray.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY
chararray.title()
chararray.strides Tuple of bytes to step in each dimension when traversing an array. The
chararray.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be
chararray.rjust(width, fillchar=' ')
chararray.size Number of elements in the array. Equivalent to np.prod(a.shape)
chararray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of
chararray.upper()
Page 3 of 8