numpy.core.defchararray.multiply(a, i)
class numpy.core.defchararray.chararray
chararray.fill(value) Fill the array with a scalar value.
chararray.size Number of elements in the array. Equivalent to np.prod(a.shape)
chararray.rjust(width, fillchar=' ')
numpy.core.defchararray.greater(x1, x2)
numpy.core.defchararray.equal(x1, x2)
chararray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of
numpy.core.defchararray.replace(a, old, new, count=None)
numpy.core.defchararray.find(a, sub, start=0, end=None)
Page 4 of 13