Skip to content

Commit

Permalink
DOC: added see also for series.dt.round in series.round (#60187)
Browse files Browse the repository at this point in the history
added see also for series.dt.round in series.round
  • Loading branch information
Swati-Sneha authored Nov 4, 2024
1 parent 9ec4a91 commit cbf6e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -2482,6 +2482,7 @@ def round(self, decimals: int = 0, *args, **kwargs) -> Series:
--------
numpy.around : Round values of an np.array.
DataFrame.round : Round values of a DataFrame.
Series.dt.round : Round values of data to the specified freq.
Notes
-----
Expand Down

0 comments on commit cbf6e42

Please sign in to comment.