-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Support dataframe interchange protocol #4244
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
Changes from all commits
3c2d1bf
b75324b
7ab8167
2fec0b2
9b2154e
41fcb0c
23f5127
2b2d2e6
098da03
926dcac
e01de2b
d8096d4
0e1dc83
91fd0de
5f7bb34
e301999
c6deacd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
requests==2.25.1 | ||
tenacity==6.2.0 | ||
pandas==2.0.1 | ||
pandas==2.0.2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Without this change, the protocol cannot be used in tests (for example, vaex test). |
||
numpy==1.20.3 | ||
xarray==0.17.0 | ||
statsmodels | ||
|
@@ -19,3 +19,5 @@ matplotlib==2.2.3 | |
scikit-image==0.18.1 | ||
psutil==5.7.0 | ||
kaleido | ||
vaex | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why do you not add modin here? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
polars |
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 think you'll want
ModuleNotFoundError
, else you'll get the reported error ifpyarrow
isn't installedThere 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.
ModuleNotFoundError
comes fromto_pandas
call. The same behavior should already be on the master branch.Stack from error above:
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.
ah you're right - it doesn't make any difference then, thanks
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 think we're OK: