I have A matrix part of which looks like this :
4080530 92 -- rid of this
4085908 92 -- keep this
4086589 93 -- rid
4091453 93 -- rid
4104393 93 -- rid
4112841 93 -- rid
4122958 93 -- rid
4130815 93 -- rid
4142617 93 -- rid
4152386 93 -- keep this
4230963 94
4242541 94
4243222 95
4253979 95
In col 2 it can be seen that some entries are repeated. I want to get rid of some of these duplicate entries. In each case I only want to keep the last value. The number of times the value is repeated need not be fixed, hence the issue. Any ideas on how I can about this.
I am currently using some of the ideas here to come up with a fix this link