cyclops
cyclops copied to clipboard
Update pandas version and enable options
PR Type
Fix.
Short Description
- Update pandas version and use the recommended performance dependencies.
- Globally enable copy-on-write for pandas.
- Globally enable inferring sequence of str objects as pyarrow string dtype for pandas.
Tests Added
...
this seems like a nice update @fcogidi. will look into the failing tests shortly.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.26%. Comparing base (
e25023e) to head (2f317d7).
Additional details and impacted files
@@ Coverage Diff @@
## main #620 +/- ##
=======================================
Coverage 75.26% 75.26%
=======================================
Files 128 128
Lines 11470 11471 +1
=======================================
+ Hits 8633 8634 +1
Misses 2837 2837
| Files | Coverage Δ | |
|---|---|---|
| cyclops/data/df/handle_types.py | 79.50% <100.00%> (ø) |
|
| cyclops/data/df/vectorized.py | 67.55% <100.00%> (+0.12%) |
:arrow_up: |