chararray.join(seq)
chararray.data Python buffer object pointing to the start of the array?s data.
chararray.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n
chararray.reshape(shape, order='C') Returns an array containing the same data with a new shape.
chararray.swapcase()
chararray.rsplit(sep=None, maxsplit=None)
chararray.T Same as self.transpose(), except that self is returned if self.ndim < 2.
chararray.view(dtype=None, type=None) New view of array with the same data.
chararray.decode(encoding=None, errors=None)
chararray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2
Page 1 of 8