-
Notifications
You must be signed in to change notification settings - Fork 140
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
Fix pandas 2.2 deprecation warnings #262
base: master
Are you sure you want to change the base?
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. |
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? |
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.