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

Navigating the world of Numpy

How to navigate financial calculations using these five basic numpy functions

Numerical Python popularly kniwn as "numpy" is a python library used for working with large multi-dimensional arrays and matrices and other high level mathematical functions. It is basically a numerical computing tool.

  • np.fv
  • np.pv
  • np.npv
  • np.mean
  • np.std
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook.. [jovian] Please enter your API key ( from https://jovian.ml/ ): API KEY: ········ [jovian] Updating notebook "irewuraola004/numpy-array-operations" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/irewuraola004/numpy-array-operations

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