chararray.zfill(width)
chararray.view(dtype=None, type=None) New view of array with the same data.
chararray.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n
chararray.flatten(order='C') Return a copy of the array collapsed into one dimension.
chararray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.
chararray.ndim Number of array dimensions. Examples
chararray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array.
chararray.rsplit(sep=None, maxsplit=None)
chararray.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be
chararray.dtype Data-type of the array?s elements.
Page 2 of 8