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

BUG: Interchange object data buffer has the wrong dtype / from_dataframe incorrect #57570

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

MarcoGorelli
Copy link
Member

Comment on lines -56 to -62
- id: check-ast
- id: check-case-conflict
- id: check-toml
- id: check-xml
- id: check-yaml
exclude: ^ci/meta.yaml$
- id: debug-statements
Copy link
Member Author

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 😎

@MarcoGorelli MarcoGorelli force-pushed the breaking-interchange-fixes branch from 3b82c94 to 28556c2 Compare February 22, 2024 18:42
@MarcoGorelli MarcoGorelli marked this pull request as ready for review February 22, 2024 19:13
8,
ArrowCTypes.UINT8,
Endianness.NATIVE,
) # note: currently only support native endianness
Copy link
Member

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?

Copy link
Member Author

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

@mroeschke mroeschke added the Interchange Dataframe Interchange Protocol label Feb 23, 2024
@mroeschke mroeschke added this to the 3.0 milestone Feb 23, 2024
@mroeschke mroeschke merged commit 5f87a2d into pandas-dev:main Feb 23, 2024
@mroeschke
Copy link
Member

Thanks @MarcoGorelli

pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
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: Interchange object data buffer has the wrong dtype / from_dataframe incorrect
3 participants