dpguthrie / dpguthrie/yahooquery
Warnings with pandas 3
Open
dependencies
- Dominant language
- Python
- Stars
- 920
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
> [!NOTE]
**If anyone using pandas >=3.0.0 is getting warnings being raised that aren't noted here then please add a comment with details.**
Pandas warnings that require fixing:
- [ ] `Pandas4Warning: 'd' is deprecated and will be removed in a future version, please use 'D' instead.` Need to change four instances of "d" to "D" around [here](https://github.com/dpguthrie/yahooquery/blob/c67551c6982301158c90d001ac3d480907fea43d/yahooquery/utils.py#L57).
At some point I'll put a PR together to fix them all.
Contributor guide
Assessment
This issue has not been assessed yet.