c. The following code has some errors. Rewrite the given code after underlining all the
corrections made.
2
i)
import Pandas as pd
s = pd. series[1,2,3,4,5),index = ['a','b', 'c','d', 'e']
print s[['a','c','d']]
Answers
Answered by
0
Answer:
The following code has some errors. Rewrite the given code after underlining all the
corrections made.
2
i)
import Pandas as pd
s = pd. series[1,2,3,4,5),index = ['a','b', 'c','d', 'e']
print s[['a','c','d']]
Explanation:
Similar questions