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