numpy.chararray

class numpy.chararray

A character array of string or unicode type.

The array items will be itemsize characters long.

Create the array using buffer (with offset and strides) if it is not None. If buffer is None, then construct a new array with strides in Fortran order if len(shape) >=2 and order is ‘Fortran’ (otherwise the strides will be in ‘C’ order).

Previous topic

numpy.memmap.flush

Next topic

numpy.core.defchararray.array

This Page

Quick search