Skip to content
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

[Bug] error/warning with 'date_parser' argument of pandas.read_csv() and Pandas version 2.0.0 #1413

Closed
3 tasks done
lisphilar opened this issue Apr 15, 2023 · 0 comments
Closed
3 tasks done
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@lisphilar
Copy link
Owner

Checkbox

Summary

Pandas version 2.0.0 removed date_parser and added date_format instead. We should use Pandas version >= 2.0.0 and date_format argument. Refer to error on https://github.com/lisphilar/covid19-sir/actions/runs/4707362321/jobs/8349176036 and https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html

Reproducible example script

NA

The current outputs

No response

Expected outputs

No response

Environment

- CovsirPhy version: 3.0.0.dev12
- Python version: 3.11.1

Package manager (required if installation issue)

No response

Platform (required if installation issue)

No response

Additional Context

No response

@lisphilar lisphilar added bug Something isn't working help wanted Extra attention is needed labels Apr 15, 2023
@lisphilar lisphilar added this to the Release v3.0.0 milestone Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant