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