Array creation routines¶
See also
Ones and zeros¶
From existing data¶
Creating record arrays (numpy.rec)¶
Note
numpy.rec is the preferred alias for numpy.core.records.
Creating character arrays (numpy.char)¶
Note
numpy.char is the preferred alias for numpy.core.defchararray.