From b3130638a344e27076a9e901cad838850956dd86 Mon Sep 17 00:00:00 2001 From: eightyseven Date: Mon, 14 Oct 2024 23:36:55 +0800 Subject: [PATCH] update --- pandas/core/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 24a164aa15427..6b646c5591fab 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -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 ----------