The tallest girl in Big Class is 66 inches, but who is she?
I'm going to use the Big Class data as the example, but my data set is about an order of magnitude larger, and my co-worker's data set is even larger. There are several ways I can find out the maximum height of girls vs boys in the Big Class data set, but how can I keep the name column attached? I can make a table using Tabulate, but I can't add a name column because it just lists all the names. I...