What will be the output of the following program: (2) import pandas as pd s = pd.Series([1,2,3,4,5],index=[‘a’,‘b’,‘c’,‘d’,‘e’]) print(s*3) print(s>2) print(s)
Answers
Answered by
0
Answer:
Try it on a notepad on your computer using this same programming
The output will be seen
Similar questions
English,
19 days ago
India Languages,
19 days ago
CBSE BOARD X,
1 month ago
Physics,
9 months ago
English,
9 months ago