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

Python: All none-Pandas column should be converted to NullArray #15373

Closed
asfimport opened this issue Mar 24, 2017 · 5 comments
Closed

Python: All none-Pandas column should be converted to NullArray #15373

asfimport opened this issue Mar 24, 2017 · 5 comments

Comments

@asfimport
Copy link

asfimport commented Mar 24, 2017

At the moment we throw ArrowException: Type error: Unable to infer type of object array, were all null but for this case we have NullArray inside of Arrow.

Reporter: Uwe Korn / @xhochy
Assignee: Wes McKinney / @wesm

Related issues:

Note: This issue was originally created as ARROW-707. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Uwe Korn / @xhochy:
@wesm is that ok with you? I think the other way round could be a bit more complicated as we could either convert to a float-array of NaNs or an object array full of None.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Sounds good to me

@asfimport
Copy link
Author

Wes McKinney / @wesm:
I made this a blocker for 0.3. @robertnishihara @pcmoritz I noticed you have some NullArray-specific stuff in Ray, are there some missing features in Arrow that you need?

@asfimport
Copy link
Author

Wes McKinney / @wesm:
PR: #554

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Issue resolved by pull request 554
#554

@asfimport asfimport added this to the 0.3.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants