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