Showing posts with label Numpy. Show all posts
Showing posts with label Numpy. Show all posts
1 Program to create an array and display its dimension, shape, length. Deleting and reshaping the array in Numpy Python
1) np.delete() : takes three parameters as follows. Syntax: numpy.delete(arr, obj, axis=None) Parameters: ...
Read More
1 Program to create NumPy and Display type, length, dimensional and shape in Python
Program: import numpy as np array = np.array([10,20,30,40,50] , dtype=int) print(array) print(type(array)) print(len(array)) print(a...
Read More
Subscribe to:
Posts (Atom)