1. What is the primary data structure in NumPy for representing arrays?
D. ndarray
2. Which method is used to create a NumPy array from a normal Python list?
A. np.array()
3. What function is used to find the size in a NumPy array?
D. array.size
Which library is used for numerical computations in Python? Bonus
B. NumPy
#python #interviewquestions #pandas #pandastutorial