1.

ndarray is also known as the alias array.(a) True(b) FalseThis question was posed to me in an online quiz.The query is from NumPy topic in chapter Developing Data Products and Working with NumPy of Data Science

Answer»

Correct choice is (a) True

To explain I WOULD say: numpy.array is not the same as the STANDARD Python LIBRARY class array.array.



Discussion

No Comment Found

Related InterviewSolutions