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

Fundamentals Of Numpy Arrays

5 Intresting functions of Numpy Arrays

Numpy is the Python Library, which gievs the funtionality to create 1D-Arrays, 2D-Arrays and Mulit-Dimensional arrays on the large data and perform variuos mathemaical operations using Numpy inbuilt functions.

  • np.append()
  • np.vstack()
  • np.linspace()
  • np.ufunc.accumulate()
  • np.linalg.eig()
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook.. [jovian] Updating notebook "aakashsaxena9818/numpy-array-operations" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/aakashsaxena9818/numpy-array-operations

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