149k views
4 votes
Where is NumPy used?

User Siasmj
by
6.9k points

2 Answers

5 votes

Step-by-step explanation:

The ndarray (NumPy Array) is a multidimensional array used to store values of same datatype. These arrays are indexed just like Sequences, starts with zero.

User Andreas Furster
by
7.3k points
4 votes

Answer:

The answer is python.

Explanation:

  • NumPy is a part of the python programming language. It is used for an array-processing package and provides a high-performance array and the object that uses a tool for work with arrays.
  • It is also known as a software that is used for various operations. It is also known as ndarray. It stores the multi-dimensional array and stores the same data type values. Such arrays are indexed as Sequences, starting at zero.
User Rasoul
by
6.4k points