Remove _create_sparse_df implementation and use public pandas API in ligrec#1119
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1119 +/- ##
==========================================
+ Coverage 66.21% 66.36% +0.14%
==========================================
Files 44 44
Lines 7163 7132 -31
Branches 1217 1212 -5
==========================================
- Hits 4743 4733 -10
+ Misses 1943 1923 -20
+ Partials 477 476 -1
🚀 New features to boost your workflow:
|
|
@Intron7 pinging also you because I saw that you also use a copied version of |
|
Your fix shrinks the codebase which I tend to prefer. Did you verify that this passes tests if you manually force pandas >=3.0 |
was a horrible comment, I’d expect all of the following questions answered in it, and it answers none:
|
yes in fact let me add CI which does this
I think it's just to control |
This is an alternative solution to the problem in #1118. This also gets rid of
_create_sparse_dfwhich was a workaround pandas code which will probably age bad since it uses private interfaces and is an old copy of pandas code. It also fixes the the pandas 3.0 compat from the integration tests