Details
-
Brainstorming
-
Status: Resolved
-
Minor
-
Resolution: Incomplete
-
2.1.0
-
None
Description
It would be nice to be able to select the first row from GroupedData. Pandas has something like this:
df.groupby('group').first()
It's especially handy if you can order the group as well.