-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
DEPR: Deprecate DataFrame Interchange Protocol #62920
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
Conversation
| pytest.importorskip("pyarrow", "11.0.0") | ||
| pytest.importorskip("pyarrow", "14.0.0") |
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.
otherwise the warning would be pyarrow-version-dependent - seeing as this is deprecated anyway, i didn't think it worth to make the test more complex
| "The Dataframe Interchange Protocol is deprecated.\n" | ||
| "For dataframe-agnostic code, you may want to look into:\n" | ||
| "- Arrow PyCapsule Interface: https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html\n" | ||
| "- Narwhals: https://github.com/narwhals-dev/narwhals\n", |
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.
If it's deprecated, I think some alternative should be recommended
Is it too cheeky of me to stick Narwhals into here?
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.
its probably not going to win any Best Practices awards, but i won't complain.
|
Thanks @MarcoGorelli |
closes #56732
doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.