-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
BUG: Interchange object data buffer has the wrong dtype / from_dataframe incorrect #57570
BUG: Interchange object data buffer has the wrong dtype / from_dataframe incorrect #57570
Conversation
- id: check-ast | ||
- id: check-case-conflict | ||
- id: check-toml | ||
- id: check-xml | ||
- id: check-yaml | ||
exclude: ^ci/meta.yaml$ | ||
- id: debug-statements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drive-by: these are already covered by ruff
😎
3b82c94
to
28556c2
Compare
8, | ||
ArrowCTypes.UINT8, | ||
Endianness.NATIVE, | ||
) # note: currently only support native endianness |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we planning to ever support anything but that as an exporter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know tbh
cc @jorisvandenbossche in case you have comments on this
Thanks @MarcoGorelli |
…ame incorrect (pandas-dev#57570) string
from_dataframe
incorrect #54781 (Replace xxxx with the GitHub issue number)doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.