by using function by reshape ( ) wecam change the shape of the Numpy array in python
Answers
Answered by
1
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