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

Numpy-Array-Operations

Functions:

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

  1. np.concatonate() - It cancatonates two given strings with respect to a given axis.
  2. np.sum() It give sthe sum of array or two or more than arrays with respect to a given axis.
  3. npreshape() It reshapes the array without losing elements.
  4. np.min() - Gives minimum value from the array.
  5. np.around() - Rounding off decimals.
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook.. [jovian] Updating notebook "alkmr33/numpy-array-operations" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/alkmr33/numpy-array-operations
import numpy as np