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

Raises a ValueError for not handled dtypes in pyarrow Conversion. #55338

Closed

Conversation

paulreece
Copy link
Contributor

@paulreece paulreece commented Sep 30, 2023

Raises a ValueError in PandasColumn._dtype_from_pandasdtype for the following unhandled dtypes: 'b', 'B', 'S', 'a', 'V'.

@paulreece paulreece changed the title Raises a ValueError in PandasColumn._dtype_from_pandasdtype for the f… Raises a ValueError for not handled dtypes in pyarrow Conversion. Sep 30, 2023
@paulreece paulreece force-pushed the not_handled_dataframe_pyarrow branch from 5f25adf to fa80ade Compare September 30, 2023 19:56
@phofl phofl requested a review from MarcoGorelli October 2, 2023 12:57
@mroeschke mroeschke added the Interchange Dataframe Interchange Protocol label Oct 2, 2023
@paulreece paulreece force-pushed the not_handled_dataframe_pyarrow branch from fa80ade to 126fe43 Compare October 7, 2023 13:53
@MarcoGorelli
Copy link
Member

thanks for your PR - not sure this is the solution to be honest #55332 (comment)

@paulreece paulreece closed this Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Interchange Dataframe Interchange Protocol
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: DataFrame Interchange Protocol errors on Boolean columns
3 participants