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
Deprecate dtype= parameter in reduction methods (#16313)
In terms of pandas alignment, this argument doesn't exist in reduction ops. Additionally, the same result can be easily achieved by calling `astype` after the operation, and it appears libcudf does not support any arbitrary casting to an output type.
Authors:
- Matthew Roeschke (https://github.com/mroeschke)
Approvers:
- Vyas Ramasubramani (https://github.com/vyasr)
URL: #16313
0 commit comments