mars icon indicating copy to clipboard operation
mars copied to clipboard

Fix errors when calling `df.agg("nunique")`

Open wjsi opened this issue 4 years ago • 0 comments

What do these changes do?

Fix incorrect redirection of groupby.nunique into transform by applying map-combine-agg paradigm.

Related issue number

Fixes #xxxx

Check code requirements

  • [x] tests added / passed (if needed)
  • [x] Ensure all linting tests pass, see here for how to run them

wjsi avatar Apr 26 '22 11:04 wjsi