Hi,
I'm working with some data which is cumulative. I have amounts by account and date which I can put in order, but for a given account, what is the cleanest way to subtract the value for date d-1 from the value for date d? Clearly for the earliest date there would be no prior date amount to subtract.
Thanks,
Andy
I'm working with some data which is cumulative. I have amounts by account and date which I can put in order, but for a given account, what is the cleanest way to subtract the value for date d-1 from the value for date d? Clearly for the earliest date there would be no prior date amount to subtract.
Thanks,
Andy