Informatics Practices

Find the error in following code fragment :

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

Python Pandas

2 Likes

Answer

There is no error in the above code.

Answered By

1 Like


Related Questions