Hi all,
Have an interesting problem.
We have a vey large dataset which we need to pare down. Bascially one field denotes a certain energy and another the resultant force like this:
......
500.02 225
500.04 250
500.06 300
500.10 450
501.35 550
501.45 012
501.65 450
......
In order to make it more manageable, we wish to simplify the energy fiels down into integers, and to then sum all the forces for that integer range into one total thus:
500 1225 (eg.250+300+450+550)
501 1012
I am sure this can be done but my brain is failing me today. Anyone point me in the right direction to a solution?
Thanks.
Have an interesting problem.
We have a vey large dataset which we need to pare down. Bascially one field denotes a certain energy and another the resultant force like this:
......
500.02 225
500.04 250
500.06 300
500.10 450
501.35 550
501.45 012
501.65 450
......
In order to make it more manageable, we wish to simplify the energy fiels down into integers, and to then sum all the forces for that integer range into one total thus:
500 1225 (eg.250+300+450+550)
501 1012
I am sure this can be done but my brain is failing me today. Anyone point me in the right direction to a solution?
Thanks.