ExtensionArray.
_reduce
Return a scalar result of performing the reduction operation.
Name of the function, supported values are: { any, all, min, max, sum, mean, median, prod, std, var, sem, kurt, skew }.
If True, skip NaN values.
Additional keyword arguments passed to the reduction function. Currently, ddof is the only supported kwarg.