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
Fixes: #7577
This PR fixes the return type of `DataFrame.argsort` to return `cudf.Series` instead of a `NumericalColumn`.
Authors:
- GALI PREM SAGAR (@galipremsagar)
Approvers:
- Keith Kraus (@kkraus14)
URL: #7706
Describe the bug
We have
argsort
implemented forDataFrame
object but it instead returns a non-public object i.e.,Column
which is internal tocudf
.Steps/Code to reproduce bug
Expected behavior
The output should be either an array / series.
Environment overview (please complete the following information)
The text was updated successfully, but these errors were encountered: