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

Let's learn five ineteresting Numpy array functions with me !!!

The five functions

We will be focusing on creating and manipulating arrays using the following functions:

  • numpy.empty
  • numpy.tri
  • numpy.stack
  • numpy.append
  • numpy.unique
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')

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