[FEA] return first n rows of each group, after doing groupby
with cudf.
#4157
Labels
feature request
New feature or request
groupby
with cudf.
#4157
Is your feature request related to a problem? Please describe.
I'd like to be able to return first n rows of each group, after doing
groupby
with cudf. This can be done withpdf
as follows:But
cudf
generates:``DataFrameGroupBy' object has no attribute 'head'` attribute error.
Describe alternatives you've considered
I could not find an alternative solution yet.
The text was updated successfully, but these errors were encountered: