Reshape

Applies to: python

Reshape changes an array's shape without changing its data order, as long as the total element count matches.

a.reshape(2, 3)

See also: numpy-array, shape