From 3513b6290edc3c7640476ef1b2789c7edd2df2de Mon Sep 17 00:00:00 2001 From: cureprotocols <cureprotocols@protonmail.com> Date: Sat, 29 Mar 2025 21:44:20 -0600 Subject: [PATCH] Fix missing blank line in DataFrame.round docstring (style cleanup) --- pandas/core/frame.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 8f65277f660f7..a9c14daa3ad56 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -11071,6 +11071,7 @@ def round( 1 0.0 1.0 2 0.7 0.0 3 0.2 0.0 + """ from pandas.core.reshape.concat import concat