chararray.view(dtype=None, type=None) New view of array with the same data.
chararray.ndim Number of array dimensions. Examples
numpy.core.defchararray.mod(a, values)
numpy.core.defchararray.swapcase(a)
chararray.zfill(width)
chararray.item(*args) Copy an element of an array to a standard Python scalar and return it.
chararray.count(sub, start=0, end=None)
chararray.flatten(order='C') Return a copy of the array collapsed into one dimension.
chararray.data Python buffer object pointing to the start of the array?s data.
chararray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.
Page 2 of 13