Give the output for the following statements:
import pandas as pd
S1=pd.Series([10,20,30,40],index=[1,2,3,4])
S2=pd.Series([5,10,15,20])
S3=pd.Series([-2,-4,-6,-8],index=[1,2,3,4])
print(S1+S3)
print(S2**2
Answers
Answered by
0
Answer:
fuffff cut rrttcdu ok h b
Similar questions
Computer Science,
2 months ago
Geography,
2 months ago
Hindi,
5 months ago
Math,
11 months ago
English,
11 months ago