I have a file containing student information over multiple semesters. Each student/semester combination represents one row, so each student has from 1 to ~10 entries. Each row also contains a value for (e.g.) gpa. I need to determine the maximum gpa for each student and remove all rows containing any non-maximum gpa values.
Bookmarks