-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update pyarrow version, use pyarrow backend for pandas #513
Conversation
@fcogidi, I've switched to using pyarrow backend for pandas. In the cyclops-query tool, i also set the default backend of the pandas df returned to be pyarrow. This caused some errors in the tests. Can you please take a look? I want to migrate to using pyarrow backend since that would make the dataframe easily convertible between dataframe libraries and also into HF dataset. |
I'll take a look. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #513 +/- ##
=======================================
Coverage 64.21% 64.21%
=======================================
Files 94 94
Lines 9302 9303 +1
=======================================
+ Hits 5973 5974 +1
Misses 3329 3329
|
PR Type ([Feature | Fix | Documentation | Test])
Update
Short Description
Tests Added
...