Skip to content
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

DOC: More doc fix for dtype_backend #59071

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

luke396
Copy link
Contributor

@luke396 luke396 commented Jun 22, 2024

@luke396 luke396 marked this pull request as ready for review June 22, 2024 13:49
@luke396 luke396 requested a review from rhshadrach as a code owner June 22, 2024 13:49
* ``"pyarrow"``: returns pyarrow-backed nullable :class:`ArrowDtype`
DataFrame.
* ``"numpy_nullable"``: returns with nullable-dtype-backed
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
Copy link
Member

@rhshadrach rhshadrach Jun 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think these are correct - the default here really is numpy_nullable. Compare this to to_numeric where the default is lib.no_default.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My apologies for the oversight. I am correcting it now. I have also conducted a thorough review of the remaining change, and I think that all changes have been made appropriately.

@luke396 luke396 requested a review from rhshadrach June 23, 2024 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants