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
The DataFrame.describe string formatting for datetime differs between cudf and pandas. Specifically, the mean is printed differently. I think the types are the same, and that this is only an issue with formatting -- not data types or casting -- but I'm not completely sure.
Describe the bug
The
DataFrame.describe
string formatting for datetime differs between cudf and pandas. Specifically, the mean is printed differently. I think the types are the same, and that this is only an issue with formatting -- not data types or casting -- but I'm not completely sure.Steps/Code to reproduce bug
Expected behavior
This came up in doctests (#9815) because the existing formatting of the docstring does not match either pandas or the current cudf implementation.
cudf/python/cudf/cudf/utils/docutils.py
Lines 207 to 225 in 6b579c7
In the short term, I am updating the doctest in #9815 to match the current implementation (5111a71).
The text was updated successfully, but these errors were encountered: