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

5 cool Numpy functions!

A beginner's guide

Here is a list of 5 Numpy functions I found really interesting. Be sure to check them out!!!

  1. np.reshape
  2. np.percentile
  3. np.hstack and np.vstack
  4. np.clip
  5. np.astype

The recommended way to run this notebook is to click the "Run" button at the top of this page, and select "Run on Binder". This will run the notebook on mybinder.org, a free online service for running Jupyter notebooks.

!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Updating notebook "aakashbhardwaj04/numpy-array-operations" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/aakashbhardwaj04/numpy-array-operations

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