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

Assignment 2 - Numpy Array Operations

Working with numbers more efficiently using NumPy

We will see five functions of NumPy

  • function 1 - np.fv
  • function 2 - np.where
  • function 3 - np.percentile
  • function 4 - np.setdiff1d
  • function 5
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook.. [jovian] Updating notebook "abhishek-champ3/numpy-array-operations" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/abhishek-champ3/numpy-array-operations

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