You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
Describe the bug
Multi index groupby with sort=True inconsistent with pandas.
To Reproduce
To help us reproducing this bug, please provide information below:
No error.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
mdf.groupby(["b", "c"], sort=True)["a"].agg(['nunique', 'mean']).execute().fetch().sort_index()
is same as pandas result.
The text was updated successfully, but these errors were encountered: