Computer Science, asked by lakshitavashit, 1 month ago

What are the features of Numpy?​

Answers

Answered by sharvikaks
1

One of the most important features of Numpy in python is an n-dimensional array that is nd-array. The number of dimensions of an array is nothing but array rank. Here are a few examples. arrA=numpy.array ([10,20,30])

Similar questions