CBSE BOARD XII, asked by ambeemaaagency, 7 months ago

What will be the output produced by following code? 3.

Import pandas as pd

Stationery=[‘pencils’,’notebooks’,’scales’,’erasers’]

S=pd.Series([20,33,52,10],indes=’Sttionery’)

S2=pd.Series([17,13,31,32],index=’Stationery’)

S=S+S2

print(S+S2)​

Answers

Answered by jitenderkumarjitu243
0

Answer:

sorry but I can't understand this question

Similar questions