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

REGR: Series.astype raising TypeError when converting a pyarrow integer type with nulls to numpy float #57170

Closed
wants to merge 5 commits into from

Conversation

lukemanley
Copy link
Member

@lukemanley lukemanley added Dtype Conversions Unexpected or buggy dtype conversions Regression Functionality that used to work in a prior pandas version Arrow pyarrow functionality labels Jan 31, 2024
@lukemanley lukemanley added this to the 2.2.1 milestone Jan 31, 2024
@lukemanley
Copy link
Member Author

The regression here was fixed by @phofl in #57233. I've updated this PR to just add a test for the regression for pyarrow integers reported in #57093

@lukemanley lukemanley closed this Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow pyarrow functionality Dtype Conversions Unexpected or buggy dtype conversions Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Can't convert int64[pyarrow] series with missing values to legacy numpy float series
2 participants