-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
REF: use maybe_convert_objects in pd.array #56484
REF: use maybe_convert_objects in pd.array #56484
Conversation
@lithomas1 looked at this function recently so might have feedback |
should be fine for the sql use case |
Co-authored-by: Matthew Roeschke <[email protected]>
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Looks like this PR has gone stale and needs a rebase. Closing to clear the queue but feel free to reopen when you have time to circle back |
rebased |
Thanks @jbrockmendel |
* REF: use maybe_convert_objects in pd.array * lint fixups * Update pandas/_libs/lib.pyx Co-authored-by: Matthew Roeschke <[email protected]> --------- Co-authored-by: Matthew Roeschke <[email protected]>
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.@phofl the only other place where the convert_nullable_whatever option is used is in the sql code that i think you implemented. will any of the changes here affect that?