chararray.nbytes Total bytes consumed by the elements of the array. Notes
chararray.getfield(dtype, offset=0) Returns a field of the given array as a certain type. A
chararray.shape Tuple of array dimensions. Notes May be used to ?reshape
chararray.splitlines(keepends=None)
chararray.isspace()
chararray.translate(table, deletechars=None)
chararray.imag The imaginary part of the array. Examples
chararray.isdecimal()
chararray.replace(old, new, count=None)
chararray.tofile(fid, sep="", format="%s") Write array to a file as text or binary (default). Data
Page 5 of 8