What is ndarray in python?
Answer / Ravikant Kumar
ndarray (n-dimensional array) is a multidimensional array data structure provided by the NumPy library, which allows fast and efficient handling of arrays with a large number of elements.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of literals in Python?
What is class used for in python?
How do I create a variable number of variables?
How to handle deadlock in python.
What is __ file __ in python?
What is Flask and explain its benefits?
Write an example of a print function in python?
Why we are using def keyword for method?
Is elif a keyword in python?
Is compiled python faster?
What is a closure in python?
What do you know about iterator protocol?