pandas.Timedelta.round#
- Timedelta.round(freq)#
- Round the Timedelta to the specified resolution. - Parameters
- freqstr
- Frequency string indicating the rounding resolution. 
 
- Returns
- a new Timedelta rounded to the given resolution of freq
 
- Raises
- ValueError if the freq cannot be converted