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

5 interesting NumPy functions

NumPy stands for numerical python. It is a python library used for working with arrays. It also has functions for working in domain of linear algebra, fourier transform, and matrices.

  • numpy.unique()
  • numpy.percentile()
  • numpy.sort()
  • numpy.split()
  • numpy.extract()
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook..

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