ibis.expr.api.ColumnExpr.nunique

ColumnExpr.nunique(arg)

Shorthand for foo.distinct().count(); computing the number of unique values in an array.