Computer Science, asked by shatrughanchandra877, 7 months ago

by using function by reshape ( ) we can change the shape of the Numpy array in python​

Answers

Answered by Anonymous
0

Answer:

NumPy Array manipulation: reshape() function

The reshape() function is used to give a new shape to an array without changing its data. Array to be reshaped. The new shape should be compatible with the original shape. If an integer, then the result will be a 1-D array of that length.

Similar questions