-
Notifications
You must be signed in to change notification settings - Fork 908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix renaming Series
and Index
#14080
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look fine, and should resolve the linked issue. Is no_default
a pandas 2.0 thing though? Or is no_default
how pandas itself handles this case in the 1.x line?
Pandas doesn't have a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick fix!
(In pandas, I think None
has always been the default so I think this matches cudf)
/merge |
This PR resolves renaming `Series` and `Index` by assigning `no_default` to internal API default parameters. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Bradley Dice (https://github.com/bdice) - Matthew Roeschke (https://github.com/mroeschke) URL: rapidsai#14080
Fixes: #14076
Description
This PR resolves renaming
Series
andIndex
by assigningno_default
to internal API default parameters.Checklist