Fix pandas 2.2 deprecation warnings#262
Fix pandas 2.2 deprecation warnings#262maread99 wants to merge 1 commit intodpguthrie:masterfrom maread99:deps
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #262 +/- ##
==========================================
- Coverage 93.81% 92.89% -0.93%
==========================================
Files 15 15
Lines 1359 1380 +21
==========================================
+ Hits 1275 1282 +7
- Misses 84 98 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Captures `FutureWarning` raised by `yahooquery` whilst fix pending merging and release (dpguthrie/yahooquery#262).
Captures `FutureWarning` raised by `yahooquery` whilst fix pending merging and release (dpguthrie/yahooquery#262).
|
I'm not familiar with the deployment cadence/process, but I've also been dealing with these warnings for months and it seems this isn't making it into the release pipeline. Is that because the code coverage decreased? I also see #273 which would address this but failed to build. Or is it a general hiatus on the project? |
|
@cmjordan42 It's not ideal, but in the meantime, you can use my fork: https://github.com/ScottSauers/yahooquery. It fixed the warnings for me. |
|
hi, just checking if this issue is still actively tracked in order to resolve the pandas deprecation messages, or if it is on hold due to some challenges. Thanks |
|
Hi @galashour, I'm not aware of any reason why this couldn't be merged, @dpguthrie, any chance of getting this merged to fix the deprecation warnings? |
|
Fixed in v2.4.0 by #316 |
Hi Doug, just a small PR to fix a couple of deprecation warnings that have cropped up with pandas 2.2.
The changes are all backwards compatible with earlier pandas versions.