1.

Which of the following method creates a new array object that looks at the same data?(a) view(b) copy(c) paste(d) all of the mentionedThis question was addressed to me during an interview for a job.This interesting question is from NumPy in section Developing Data Products and Working with NumPy of Data Science

Answer»

The correct option is (a) view

Explanation: The COPY method MAKES a COMPLETE copy of the array and its data.



Discussion

No Comment Found

Related InterviewSolutions