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

5 Coolest Numpy functions

One less common way to use Numpy is with matrices of strings. This notebook provides an overview of 5 functions to manipulate strings in numpy arrays.

  • numpy.char.add
  • numpy.char.multiply
  • numpy.char.strip
  • numpy.char.isnumeric
  • numpy.char.count
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook.. [jovian] Updating notebook "anurag-commando-dude/numpy-array-operations" on https://jovian.ai [jovian] Uploading notebook.. [jovian] Uploading additional files... [jovian] Committed successfully! https://jovian.ai/anurag-commando-dude/numpy-array-operations

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