Open In App

Data-Analysis-fork-ds | Question 11

Q11. What type of error is returned by following statement?

import pandas as pnd



pnd.Series([1,2,3,4], index = [‘a’,’b’,’c’])

 



(A)

SyntaxError

(B)

IndexError

(C)

ValueError

(D)

None of the above

Answer: (C)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :
Uncategorized