Skip to content

Commit cbf6e42

Browse files
authored
DOC: added see also for series.dt.round in series.round (#60187)
added see also for series.dt.round in series.round
1 parent 9ec4a91 commit cbf6e42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/series.py

+1
Original file line numberDiff line numberDiff line change
@@ -2482,6 +2482,7 @@ def round(self, decimals: int = 0, *args, **kwargs) -> Series:
24822482
--------
24832483
numpy.around : Round values of an np.array.
24842484
DataFrame.round : Round values of a DataFrame.
2485+
Series.dt.round : Round values of data to the specified freq.
24852486
24862487
Notes
24872488
-----

0 commit comments

Comments
 (0)