chararray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast
chararray.decode(encoding=None, errors=None)
numpy.core.defchararray.lstrip(a, chars=None)
chararray.swapcase()
numpy.core.defchararray.count(a, sub, start=0, end=None)
numpy.core.defchararray.translate(a, table, deletechars=None)
chararray.join(seq)
chararray.rsplit(sep=None, maxsplit=None)
chararray.reshape(shape, order='C') Returns an array containing the same data with a new shape.
chararray.view(dtype=None, type=None) New view of array with the same data.
Page 1 of 13