Assertion (A) : To create a series from array, we have to import the numpy module and then use array () method. Reason (R) : NumPy is an open-source numerical Python library. NumPy contains a multidimensional array and matrix data structures
Answers
Answered by
1
Answer:
A is false but R is true
Explanation:
Because we use np.array,() method in numpy
Similar questions