Computer Science, asked by eternatus008, 1 month ago

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 baveshavarsha
0

Answer:

Try it on a notepad on your computer using this same programming

The output will be seen

Similar questions