chararray.dtype Data-type of the array?s elements.
chararray.fill(value) Fill the array with a scalar value.
chararray.rjust(width, fillchar=' ')
chararray.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY
chararray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of
chararray.upper()
chararray.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be
chararray.flat A 1-D iterator over the array. This is a
chararray.size Number of elements in the array. Equivalent to np.prod(a.shape)
chararray.title()
Page 3 of 8