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

Support numpy_nullable in to_pandas() by only checking Pandas version when 'pyarrow' is used #5312

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

jmao-denver
Copy link
Contributor

Fixes #5311

Tested the change manually with Pandas 1.5.0. Only the test cases where dtype_backend='pyarrow' is used failed.

@jmao-denver jmao-denver enabled auto-merge (squash) April 1, 2024 19:53
@jmao-denver jmao-denver merged commit 1afec4b into deephaven:main Apr 1, 2024
16 of 20 checks passed
@jmao-denver jmao-denver deleted the 5311-numpy-nullable-pd-1.5 branch April 1, 2024 20:23
@github-actions github-actions bot locked and limited conversation to collaborators Apr 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

to_pandas() should support the numpy_nullable option with Pandas 1.5.0+.
3 participants