-
Notifications
You must be signed in to change notification settings - Fork 930
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
Add a __dataframe__
method to the protocol dataframe object
#11692
Add a __dataframe__
method to the protocol dataframe object
#11692
Conversation
Can one of the admins verify this patch? Admins can comment |
ok to test |
ok to test |
This will align the implementation with those in other libraries, xref data-apis/dataframe-api#80.
a77dce6
to
01e0607
Compare
Codecov ReportBase: 86.39% // Head: 86.42% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.10 #11692 +/- ##
================================================
+ Coverage 86.39% 86.42% +0.02%
================================================
Files 145 145
Lines 23014 23016 +2
================================================
+ Hits 19883 19891 +8
+ Misses 3131 3125 -6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@gpucibot merge |
This will align the implementation with those in other libraries, xref data-apis/dataframe-api#80.
Cc @shwina
Checklist