hipdf.core.groupby.SeriesGroupBy.nsmallest

hipdf.core.groupby.SeriesGroupBy.nsmallest#

19 min read time

Applies to Linux

SeriesGroupBy.nsmallest(n: int = 5, keep: Literal['first', 'last', 'all'] = 'first') Series#

Return the smallest n elements.

Currently not implemented