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