Substract two columns
Substract two columns
onica
Posts: 6Questions: 6Answers: 0
after draging a column i call a function. I need this function to compute the difference between the previous two columns( that are in front of the dragged column) in other word col_dragged[1:n]= col.prev_col_dragged[1:n]-col.prev_prev_col_dragged[1:n] where n is the number of rows ...thank you
This discussion has been closed.