numpy.core.defchararray.rstrip(a, chars=None)
chararray.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY
numpy.core.defchararray.multiply(a, i)
chararray.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be
numpy.core.defchararray.index(a, sub, start=0, end=None)
numpy.core.defchararray.equal(x1, x2)
class numpy.core.defchararray.chararray
numpy.core.defchararray.replace(a, old, new, count=None)
chararray.encode(encoding=None, errors=None)
chararray.flags Information about the memory layout of the array. Notes
Page 5 of 13