Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eightyseven committed Oct 14, 2024
1 parent 2a10e04 commit b313063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -10823,7 +10823,7 @@ def round(
self, decimals: int | dict[IndexLabel, int] | Series = 0, *args, **kwargs
) -> DataFrame:
"""
Round a DataFrame to a variable number of decimal places.
Round numeric columns in a DataFrame to a variable number of decimal places.
Parameters
----------
Expand Down

0 comments on commit b313063

Please sign in to comment.