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

Assignment 2 - Numpy Array Operations

NOTE: Remove this block of explanation text before submitting or sharing your notebook online - to make it more presentable.

Numpy Functions illustration

Examples of Numpy functions

Write a short introduction about Numpy and list the chosen functions.

np.nansum
np.reshape
np.flip
np.split
np.Mean
np.T

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] Detected Colab notebook... [jovian] Uploading colab notebook to Jovian... [jovian] Committed successfully! https://jovian.ml/ajaykm1218/numpy-array-operations

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