pandas notes
pandas notes
outputs:
a 10
b 20
c 30
d 40
e 50
dtype: int64
Reindexed Series:
a 10.0
b 20.0
c 30.0
d 40.0
e 50.0
f NaN
dtype: float64
Renamed Series:
a 10
b 20
c 30
d 40
e 50
Name: Marks_Series, dtype: int64