Import pandas as of
S1=pd.series([1,2,3,4])
S2=pd.seriea([7,8,9,10])
S2.index['a','b','c','d']
print ((S1+S2).count())
Answers
Answered by
0
Answer:
Syntax Error : Line 3; no Function called seriea()
Syntax Error: Line 4 ; Find it yourself.
Similar questions