Column.-
-other
Group: Operators
Aliases: minus
, subtract
Documentation
Element-wise subtraction. Allows to subtract numeric types or compute a difference between two date/time values.
Returns a column with results of subtracting other
from each element of self
.
Arguments
other
: The value to subtract fromself
. Ifother
is a column, the subtraction is performed pairwise between corresponding elements ofself
andother
.