xorbits.pandas.NamedAgg#

class xorbits.pandas.NamedAgg(column, aggfunc)[source]#
__init__()#

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

aggfunc

Alias for field number 1

column

Alias for field number 0