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

5 Function to get started with strings and numpy

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] Please enter your API key ( from https://jovian.ml/ ): API KEY:

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