InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) NumPy main object is the homogeneous multidimensional array(b) In Numpy, dimensions are called axes(c) Numpy array class is called ndarray(d) All of the mentionedThis question was posed to me in quiz.The doubt is from NumPy in chapter Developing Data Products and Working with NumPy of Data Science |
|
Answer» The CORRECT choice is (d) All of the mentioned |
|