What is ndarray in python?



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

Post New Answer

More Python Interview Questions

What are the types of literals in Python?

3 Answers  


What is class used for in python?

1 Answers  


How do I create a variable number of variables?

1 Answers  


How to handle deadlock in python.

1 Answers  


What is __ file __ in python?

1 Answers  


What is Flask and explain its benefits?

2 Answers  


Write an example of a print function in python?

1 Answers  


Why we are using def keyword for method?

1 Answers  


Is elif a keyword in python?

1 Answers  


Is compiled python faster?

1 Answers  


What is a closure in python?

1 Answers  


What do you know about iterator protocol?

1 Answers  


Categories