cudf.core.groupby.SeriesGroupBy.nsmallest# SeriesGroupBy.nsmallest( n: int = 5, keep: Literal['first', 'last', 'all'] = 'first', ) → Series[source]# Return the smallest n elements. Currently not implemented