ser.sum()
ser.sum()
Returns the sum of the values in the Series.
weight_ser = pets.get('Weight')
weight_ser
- 040
- 11.5
- 215
- 380
- 425
- 51
- 60.25
- 710
weight_ser.sum()
172.75
ser.sum()
Returns the sum of the values in the Series.
weight_ser = pets.get('Weight')
weight_ser
weight_ser.sum()
172.75