Skip to content

Commit 6d40678

Browse files
committed
remove more uneeded doc-strings
1 parent 5919ec0 commit 6d40678

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

pandas/core/arrays/integer.py

-22
Original file line numberDiff line numberDiff line change
@@ -531,28 +531,6 @@ def cmp_method(self, other):
531531

532532
def _reduce(self, op, name, axis=0, skipna=True, numeric_only=None,
533533
filter_type=None, **kwds):
534-
"""Return a scalar result of performing the op
535-
536-
Parameters
537-
----------
538-
op : callable
539-
function to apply to the array
540-
name : str
541-
name of the function
542-
axis : int, default 0
543-
axis over which to apply, defined as 0 currently
544-
skipna : bool, default True
545-
if True, skip NaN values
546-
numeric_only : bool, optional
547-
if True, only perform numeric ops
548-
filter_type : str, optional
549-
kwds : dict
550-
551-
Returns
552-
-------
553-
scalar
554-
"""
555-
556534
data = self._data
557535
mask = self._mask
558536

0 commit comments

Comments
 (0)