BUG: Matched Round Signature with NumPy's by gfyoung · Pull Request #12603 · pandas-dev/pandas (original) (raw)
@@ -4420,7 +4421,7 @@ def merge(self, right, how='inner', on=None, left_on=None, right_on=None, |
---|
right_index=right_index, sort=sort, suffixes=suffixes, |
copy=copy, indicator=indicator) |
def round(self, decimals=0, out=None): |
def round(self, decimals=0, *args): |