Question 1
Which method is used to reshape an array in numpy?
Question 2
What does numpy stand for ?
Question 3
How do you import numpy in a python script?
Question 4
Which of the following is used to create a new array filled with zeros?
Question 5
What is the default data type of elements in a numpy array?
Question 6
In numpy, slicing a 2D array arr to get the first row is done using:
Question 7
How can you find the size (number of elements) of a numpy array?
Question 8
Which function is used to create a range of values in numpy?
Question 9
What is the dimension of a numpy array called?
Question 10
Which of the following is a primary data structure in numpy?