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

Assignment 2: Numpy array operations

Working with Numpy

Numpy is one of the many libraries available for Python. It is especially useful when working in Mathematics and Statistics, since it has a powerful set of functions and methods to work with arrays, matrices and vectors.

  • stack
  • split
  • unique
  • extract
  • sort
!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.