numpy.
positive
Numerical positive, element-wise.
New in version 1.13.0.
Input array.
Returned array or scalar: y = +x. This is a scalar if x is a scalar.
Notes
Equivalent to x.copy(), but only defined for types that support arithmetic.