CBSE Class 12 Informatics Practices Question 119 of 167

Python Pandas — I — Question 9

Back to all questions
9
Question

Question 6(d)

Find the error in following code fragment :

S2 = pd.Series([1, 2, 3, 4], index = range(4))
Answer

There is no error in the above code.