ser.mean()
ser.mean()
Returns the mean 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.mean()
21.59375
ser.mean()
Returns the mean of the values in the Series.
weight_ser = pets.get('Weight')
weight_ser
weight_ser.mean()
21.59375