Learn practical skills, build real-world projects, and advance your career

5 Numpy Array Manipulation function that we must Know

  • np.flatten()
  • ndarray.T()
  • np.rot90()
  • np.swapaxes()
  • np.squeeze()
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Updating notebook "ashishdotc4/numpy-array-operations" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/ashishdotc4/numpy-array-operations

Let's begin by importing Numpy and listing out the functions covered in this notebook.