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