Computer Science, asked by ninawaturvish23, 5 months ago

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 divyasingh0264
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