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