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