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

5 Useful Numpy functions that will save your life

In this notebook we are going to cover the concept and usage of these functions:

  • np.ravel
  • np.lookfor
  • np.split
  • np.trim_zeros
  • np.bitwise_or
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Detected Colab notebook... [jovian] Uploading colab notebook to Jovian... [jovian] Committed successfully! https://jovian.ml/mvortizr/numpy-array-operations

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