Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Timestamp.round

Timestamp.round

Round the Timestamp to the specified resolution

Parameters:
freq : a freq string indicating the rounding resolution
Returns:
a new Timestamp rounded to the given resolution of `freq`
Raises:
ValueError if the freq cannot be converted
Scroll To Top