An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Is there an operator to calculate the difference with its previous value?
If the attribute has these values: [ 3, 7, 9, 6, 11 ] Can we generate an attribute consisting of the differences of the two values? Like: [ 4, 2 -3, 5]?