python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
import pandas as pd stationary= ['pencils','notebooks',' sales ', 'erasers'] s=pd.series ([20, 33,52,10], index=stationary) s2=pd.series([17, 13,31,32], index=stationary) print(s+s2) s=s+s2 print(s+s2)
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up