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 all pandas nullable integer types. #8480

Merged
merged 8 commits into from
Nov 28, 2022

Conversation

trivialfis
Copy link
Member

@trivialfis trivialfis commented Nov 23, 2022

  • Enumerate all pandas extension types.
  • Tests for None, nan, and pd.NA

Close #8466 .

- Remove check on nullable type, just convert to 32-float.
- Enumerate all pandas integer types.
- Tests for `None`, `nan`, and `pd.NA`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pandas 8-bit nullable integer type not supported
2 participants