-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Added PandasDataframeWrapper #65411
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
Added PandasDataframeWrapper #65411
Conversation
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 1310abf (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group. |
@Nayef211 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@Nayef211 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@Nayef211 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Pay attention to the TestDataFramesPipes when you will start overriding pandas. |
@Nayef211 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
I'm assuming all of those tests will get skipped if |
@Nayef211 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Codecov Report
@@ Coverage Diff @@
## master #65411 +/- ##
==========================================
- Coverage 66.42% 66.37% -0.06%
==========================================
Files 735 740 +5
Lines 93899 94321 +422
==========================================
+ Hits 62372 62603 +231
- Misses 31527 31718 +191 |
Summary
PandasDataframeWrapper
aroundpandas
functions to easily drop-and-replacetorcharrow
for Facebook internal use casesPandasDataframeWrapper
instead of callingpandas
functions directly