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

All about NumPy Array Functions !

The Handy Functions Must to Remember

  • function1 = np.ones
  • function2 = np.append
  • function3 = np.transpose
  • function4 = np.reshape
  • function5 = np.sort

The recommended way to run this notebook is to click the "Run" button at the top of this page, and select "Run on Binder". This will run the notebook on mybinder.org, a free online service for running Jupyter notebooks.

!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ml/ ): API KEY: ·········· [jovian] Uploading colab notebook to Jovian... [jovian] Committed successfully! https://jovian.ml/ajinkyataranekar/numpy-array-operations

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