chararray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast
chararray.decode(encoding=None, errors=None)
chararray.swapcase()
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.
chararray.ndim Number of array dimensions. Examples
chararray.zfill(width)
chararray.item(*args) Copy an element of an array to a standard Python scalar and return it.
Page 1 of 8