Skip to content
Prev 200484 / 398503 Next

extracting the last row of each group in a data frame

Try this:
Name Value
1    A     3
2    B     8
3    C     2
4    D     3
On Mon, Nov 16, 2009 at 2:42 PM, Hao Cen <hcen at andrew.cmu.edu> wrote: