chararray.join(seq)
chararray.item(*args) Copy an element of an array to a standard Python scalar and return it.
numpy.core.defchararray.swapcase(a)
numpy.core.defchararray.mod(a, values)
chararray.swapcase()
chararray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array.
chararray.decode(encoding=None, errors=None)
numpy.core.defchararray.count(a, sub, start=0, end=None)
chararray.view(dtype=None, type=None) New view of array with the same data.
chararray.flatten(order='C') Return a copy of the array collapsed into one dimension.
Page 1 of 13