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
Describe the bug
DataFrame.describe gives results for top in a categorical column that don't match pandas. The categories each occur once in this example, so the "top" is somewhat arbitrary, but we should match pandas' behavior if possible.
Reproduction & Expected Behavior
This is a minimal reproduction. Note that cudf gives f as the "top", while pandas and the cudf docstrings (see full reproduction) indicate that d should be the "top".
Describe the bug
DataFrame.describe gives results for
top
in a categorical column that don't match pandas. The categories each occur once in this example, so the "top" is somewhat arbitrary, but we should match pandas' behavior if possible.Reproduction & Expected Behavior
This is a minimal reproduction. Note that cudf gives
f
as the "top", while pandas and the cudf docstrings (see full reproduction) indicate thatd
should be the "top".The full error reproduction follows. 4 of 21 doctests (#9815) from the
DataFrame.describe
docstring fail because of this error.Click to expand full error output
The text was updated successfully, but these errors were encountered: